Skip to content

Commit 01c3af0

Browse files
committed
make fmt
1 parent 71b3cea commit 01c3af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/user/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func Profile(ctx *context.Context) {
5454

5555
if strings.HasSuffix(uname, ".png") {
5656
ctx.Error(http.StatusNotFound)
57-
return
57+
return
5858
}
5959

6060
isShowKeys := false

0 commit comments

Comments
 (0)