Skip to content

Commit 5e67ff6

Browse files
committed
Formatting
1 parent 6cb6379 commit 5e67ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json-to-go.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ function jsonToGo(json, typename)
104104

105105
function goType(val)
106106
{
107-
if (val === null) {
107+
if (val === null)
108108
return "interface{}";
109-
}
109+
110110
switch (typeof val)
111111
{
112112
case "string":

0 commit comments

Comments
 (0)