We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbf08e commit 3450090Copy full SHA for 3450090
converter/json.go
@@ -24,7 +24,6 @@ func convertToJSON(typeName string, xmlFile *os.File, jsonFile *os.File, cfg Con
24
var iErr error
25
for iterator.Next() {
26
if total > 0 && iErr == nil {
27
- w.WriteByte('\n')
28
w.WriteByte(',')
29
}
30
total++
0 commit comments