diff --git a/api/comment_get.go b/api/comment_get.go index e75873b..90c984b 100644 --- a/api/comment_get.go +++ b/api/comment_get.go @@ -1,7 +1,6 @@ package main -import ( -) +import () func commentGetByCommentHex(commentHex string) (comment, error) { if commentHex == "" {