Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gkastrinis committed Sep 3, 2024
1 parent 38e1de6 commit 6774ef8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rai/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1475,8 +1475,7 @@ func genSchemaConfig(b *strings.Builder, opts *CSVOptions) {
b.WriteString(fmt.Sprintf("\n (:%s, \"%s\")", k, v))
count++
}
b.WriteRune('}')
b.WriteRune('\n')
b.WriteString("}\n")
}

func genLiteralInt(v int) string {
Expand Down

0 comments on commit 6774ef8

Please sign in to comment.