commenter_update.go: run go fmt
This commit is contained in:
parent
b278522e35
commit
b682fd14fa
@ -1,7 +1,6 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import ()
|
||||||
)
|
|
||||||
|
|
||||||
func commenterUpdate(commenterHex string, email string, name string, link string, photo string, provider string) error {
|
func commenterUpdate(commenterHex string, email string, name string, link string, photo string, provider string) error {
|
||||||
if email == "" || name == "" || link == "" || photo == "" || provider == "" {
|
if email == "" || name == "" || link == "" || photo == "" || provider == "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user