From 48bbceabc8157a4229a313d9f71137b95a23a2cd Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 15 May 2019 11:46:11 -0700 Subject: [PATCH] comment_get.go: run go fmt --- api/comment_get.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 == "" {