Fix comments example printf

This commit is contained in:
Elara 2023-10-06 07:12:54 -07:00
parent 5fd0a73741
commit 966887f3ba
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ func main() {
} }
log.Printf( log.Printf(
"Created comment %d and replied to it with comment %d", "Created comment %d and replied to it with comment %d!\n",
cr.CommentView.Comment.ID, cr.CommentView.Comment.ID,
cr2.CommentView.Comment.ID, cr2.CommentView.Comment.ID,
) )