Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jul 20, 2023
1 parent f347479 commit 1d2abf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dom/src/main/scala/org/scalajs/dom/CompressionStream.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import scala.scalajs.js
import scala.scalajs.js.annotation._
import scala.scalajs.js.typedarray.Uint8Array

/** An API for compressing a stream of data.
*/
/** An API for compressing a stream of data. */
@js.native
@JSGlobal
class CompressionStream(format: CompressionFormat) extends js.Object {
Expand Down
3 changes: 1 addition & 2 deletions dom/src/main/scala/org/scalajs/dom/DecompressionStream.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import scala.scalajs.js
import scala.scalajs.js.annotation._
import scala.scalajs.js.typedarray.Uint8Array

/** An API for decompressing a stream of data.
*/
/** An API for decompressing a stream of data. */
@js.native
@JSGlobal
class DecompressionStream(format: CompressionFormat) extends js.Object {
Expand Down

0 comments on commit 1d2abf1

Please sign in to comment.