Skip to content

Commit 2b410e4

Browse files
committed
lint
1 parent 05e3726 commit 2b410e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/base/tool.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ func HashEmail(email string) string {
192192
return EncodeMD5(strings.ToLower(strings.TrimSpace(email)))
193193
}
194194

195+
// DefaultAvatarLink the default avatar link
195196
func DefaultAvatarLink() string {
196197
return setting.AppSubURL + "/img/avatar_default.png"
197198
}

0 commit comments

Comments
 (0)