Skip to content

Commit a1bea7d

Browse files
committed
Format code?
1 parent 9012470 commit a1bea7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"type": "module",
2929
"scripts": {
3030
"test": "node tests/index.js",
31-
"build": "rewatch"
31+
"build": "rewatch",
32+
"format": "rescript format -all"
3233
},
3334
"license": "MIT",
3435
"dependencies": {

tests/DOMAPI/HTMLInputElement__test.res

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ open Global
33
let input: DOMAPI.htmlInputElement =
44
document->Document.createElement(~localName="input")->Prelude.unsafeConversation
55
let value = input.value
6-

0 commit comments

Comments
 (0)