Skip to content

Commit

Permalink
fix JSON output
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jun 11, 2024
1 parent b03fb42 commit 081088c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/cmd/parse/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ type jsonOutput struct {

func newJSONOutput(file *os.File, count int) *jsonOutput {
return &jsonOutput{
file: file,
results: make([]result, 0, count),
}
}
Expand Down

0 comments on commit 081088c

Please sign in to comment.