Skip to content

Commit

Permalink
Merge pull request #40 from CapillarySoftware/improve_json_stdout
Browse files Browse the repository at this point in the history
cleanup output
  • Loading branch information
vrecan committed Jul 16, 2014
2 parents 939273b + 1f830cd commit 4a4ecc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ func jsonOut(stat *ExtendedIoStats) (err error) {
var d []byte
d, err = json.Marshal(*stat)
os.Stdout.Write(d)
os.Stdout.Write([]byte("\n"))
return
}

0 comments on commit 4a4ecc3

Please sign in to comment.