Skip to content

Commit df58e03

Browse files
committed
Format test file
1 parent 2c1cc69 commit df58e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/DOMAPI/Element__test.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
external myElement: DOMAPI.element = "myElement"
22

3-
switch (myElement->Element.getAttribute("foo")) {
3+
switch myElement->Element.getAttribute("foo") {
44
| Null.Value(value) => value->Console.log
55
| Null => "nothing"->Console.log
6-
}
6+
}

0 commit comments

Comments
 (0)