Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
VJftw committed Sep 26, 2018
1 parent 43dd666 commit 475a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
}
o, _ := json.Marshal(out)

fmt.Printf("%s", o)
fmt.Printf("%s\n", o)

}

Expand Down

0 comments on commit 475a8e5

Please sign in to comment.