Skip to content

Commit fecd160

Browse files
committed
format
1 parent b6f02c0 commit fecd160

File tree

1 file changed

+1
-1
lines changed
  • tests/gentype_tests/typescript-react-example/src

1 file changed

+1
-1
lines changed

tests/gentype_tests/typescript-react-example/src/Core.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ external someFunWithNullUndefinedArg: (
8888
let jsonEncodeString1 = JSON.Encode.string("hello")
8989

9090
@genType
91-
let jsonEncodeString2 : JSON.t = JSON.Encode.string("hello")
91+
let jsonEncodeString2: JSON.t = JSON.Encode.string("hello")

0 commit comments

Comments
 (0)