Skip to content

Commit

Permalink
changed tab to 2x spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
transverberate committed Apr 4, 2022
1 parent fe6aa38 commit a07ca69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ class GoCompiler(typeProvider: ClassTypeProvider, config: RuntimeConfig)
if (needRaw.level >= 2)
out.puts(s"${privateMemberName(RawIdentifier(RawIdentifier(id)))} = make([][]byte, 0);")
out.puts("i := 0")
out.puts("for {")
out.puts("for {")
out.inc
}

Expand Down

0 comments on commit a07ca69

Please sign in to comment.