Skip to content

Commit

Permalink
Fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-r-west committed Nov 20, 2024
1 parent d5c79fc commit 5e21653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/json/print_json.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func printJsonToWriter(json string, monoOutput bool, w io.Writer) error {

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

e := NewEncoder(false, 0, monoOutput)
e := NewEncoder(false, 2, monoOutput)

done := make(chan bool, 1)

Expand Down

0 comments on commit 5e21653

Please sign in to comment.