From 0e47ca21fdb6bceb62c776c305401423ea599a2c Mon Sep 17 00:00:00 2001 From: ekzyis Date: Mon, 17 Apr 2023 00:41:46 +0200 Subject: [PATCH] Remove empty line --- sn.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sn.go b/sn.go index 327a6c0..8c20e34 100644 --- a/sn.go +++ b/sn.go @@ -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) {