Skip to content

Commit 91a7cd6

Browse files
committed
Run scalafmt
1 parent 7dcb538 commit 91a7cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/scalajs/dom/raw/lib.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8038,7 +8038,7 @@ class Blob(blobParts: js.Array[js.Any] = js.native,
80388038
* Returns a promise that resolves with an ArrayBuffer containing the entire
80398039
* contents of the blob as binary data.
80408040
*/
8041-
def arrayBuffer(): scala.scalajs.js.Promise[ArrayBuffer] = js.native
8041+
def arrayBuffer(): scala.scalajs.js.Promise[ArrayBuffer] = js.native
80428042
}
80438043

80448044
@js.native

0 commit comments

Comments
 (0)