We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f02c0 commit fecd160Copy full SHA for fecd160
tests/gentype_tests/typescript-react-example/src/Core.res
@@ -88,4 +88,4 @@ external someFunWithNullUndefinedArg: (
88
let jsonEncodeString1 = JSON.Encode.string("hello")
89
90
@genType
91
-let jsonEncodeString2 : JSON.t = JSON.Encode.string("hello")
+let jsonEncodeString2: JSON.t = JSON.Encode.string("hello")
0 commit comments