Skip to content

Commit a41e082

Browse files
committed
Please my CI overlord by formatting Element correctly
1 parent 731eeef commit a41e082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dom/src/main/scala/org/scalajs/dom/Element.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ abstract class Element extends Node with NodeSelector with ParentNode with NonDo
266266
/** Returns the open shadow root that is hosted by the element, or null if no open shadow root is present. */
267267
def shadowRoot: ShadowRoot = js.native
268268

269-
/** Replaces this Element in the children list of its parent with a set of Node or
270-
* string objects. String objects are inserted as equivalent Text nodes.
269+
/** Replaces this Element in the children list of its parent with a set of Node or string objects. String objects are
270+
* inserted as equivalent Text nodes.
271271
*/
272272
def replaceWith(nodes: (Node | String)*): Unit = js.native
273273
}

0 commit comments

Comments
 (0)