comment_get.go: run go fmt

This commit is contained in:
Adhityaa Chandrasekar 2019-05-15 11:46:11 -07:00
parent cc1dfee017
commit 48bbceabc8

View File

@ -1,7 +1,6 @@
package main package main
import ( import ()
)
func commentGetByCommentHex(commentHex string) (comment, error) { func commentGetByCommentHex(commentHex string) (comment, error) {
if commentHex == "" { if commentHex == "" {