Skip to content

Commit 3450090

Browse files
committed
json converter, remove newline char
1 parent 5fbf08e commit 3450090

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

converter/json.go

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ func convertToJSON(typeName string, xmlFile *os.File, jsonFile *os.File, cfg Con
2424
var iErr error
2525
for iterator.Next() {
2626
if total > 0 && iErr == nil {
27-
w.WriteByte('\n')
2827
w.WriteByte(',')
2928
}
3029
total++

0 commit comments

Comments
 (0)