Skip to content

Commit

Permalink
steampipe query --output json should not have two blank lines between…
Browse files Browse the repository at this point in the history
… query results. Closes #2340 (#2341)
  • Loading branch information
pskrbasu authored Aug 18, 2022
1 parent b89685a commit 04df91b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/display/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ func displayJSON(ctx context.Context, result *queryresult.Result) {
fmt.Print("Error displaying result as JSON", err)
return
}
fmt.Println()
}

func displayCSV(ctx context.Context, result *queryresult.Result) {
Expand Down

0 comments on commit 04df91b

Please sign in to comment.