From b682fd14faf3427973a077642bd789ff9f562ea1 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Thu, 12 Sep 2019 12:35:13 -0700 Subject: [PATCH] commenter_update.go: run go fmt --- api/commenter_update.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/commenter_update.go b/api/commenter_update.go index 3521d15..04755d2 100644 --- a/api/commenter_update.go +++ b/api/commenter_update.go @@ -1,7 +1,6 @@ package main -import ( -) +import () func commenterUpdate(commenterHex string, email string, name string, link string, photo string, provider string) error { if email == "" || name == "" || link == "" || photo == "" || provider == "" {