Fix comments example printf
This commit is contained in:
		@@ -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,
 | 
				
			||||||
	)
 | 
						)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user