Skip to content

Commit 40d54fa

Browse files
committed
Formatting fix
1 parent 769a85d commit 40d54fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/scalajs/dom/ext/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package object ext {
1010
extends EasySeq[Node](nodes.length, nodes.apply)
1111

1212
implicit class PimpedDOMTokenList(nodes: DOMTokenList)
13-
extends EasySeq[String](nodes.length, nodes.apply)
13+
extends EasySeq[String](nodes.length, nodes.apply)
1414

1515
implicit class PimpedTouchList(nodes: TouchList)
1616
extends EasySeq[Touch](nodes.length, nodes.apply)

0 commit comments

Comments
 (0)