Skip to content

Commit 71ccfbd

Browse files
committed
believe in me, linter 💔
1 parent c652534 commit 71ccfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/blame.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func processBlameParts(ctx *context.Context, blameParts []git.BlamePart) (map[st
156156
continue
157157
}
158158

159-
// find the blamePart commit, to look up parent & email adress for avatars
159+
// find the blamePart commit, to look up parent & email address for avatars
160160
commit, ok := commitCache[sha]
161161
var err error
162162
if !ok {

0 commit comments

Comments
 (0)