Skip to content

Commit 5e21653

Browse files
committed
Fix something
1 parent d5c79fc commit 5e21653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/json/print_json.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func printJsonToWriter(json string, monoOutput bool, w io.Writer) error {
5656

5757
err := gojson.Unmarshal([]byte(json), &v)
5858

59-
e := NewEncoder(false, 0, monoOutput)
59+
e := NewEncoder(false, 2, monoOutput)
6060

6161
done := make(chan bool, 1)
6262

0 commit comments

Comments
 (0)