Remove empty line

This commit is contained in:
ekzyis 2023-04-17 00:41:46 +02:00
parent 4f6314ab37
commit 0e47ca21fd
1 changed files with 0 additions and 1 deletions

1
sn.go
View File

@ -179,7 +179,6 @@ func PostStoryToStackerNews(story *Story) {
CommentStackerNewsPost(comment, parentId)
log.Printf("Commented post on SN: parentId=%d text='%s'\n", parentId, comment)
}
func CommentStackerNewsPost(text string, parentId int) {