Remove empty line
This commit is contained in:
parent
4f6314ab37
commit
0e47ca21fd
1
sn.go
1
sn.go
|
@ -179,7 +179,6 @@ func PostStoryToStackerNews(story *Story) {
|
||||||
CommentStackerNewsPost(comment, parentId)
|
CommentStackerNewsPost(comment, parentId)
|
||||||
|
|
||||||
log.Printf("Commented post on SN: parentId=%d text='%s'\n", parentId, comment)
|
log.Printf("Commented post on SN: parentId=%d text='%s'\n", parentId, comment)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func CommentStackerNewsPost(text string, parentId int) {
|
func CommentStackerNewsPost(text string, parentId int) {
|
||||||
|
|
Loading…
Reference in New Issue