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 == "" {