Skip to content

Commit

Permalink
Add newline to JSON output
Browse files Browse the repository at this point in the history
  • Loading branch information
nwidger committed Aug 5, 2016
1 parent 10d7208 commit b439f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lh/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func JSON(v interface{}) {
if err != nil {
log.Fatal(err)
}
fmt.Print(string(buf))
fmt.Println(string(buf))
}

func Project() int {
Expand Down

0 comments on commit b439f06

Please sign in to comment.