Skip to content

Commit

Permalink
chore: add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
swfz committed Nov 12, 2022
1 parent 823916c commit d3dc525
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 @@ -194,5 +194,5 @@ func main() {
log.Fatal(err)
}

fmt.Printf("%s", string(j))
fmt.Printf("%s\n", string(j))
}

0 comments on commit d3dc525

Please sign in to comment.