Skip to content

Commit

Permalink
believe in me, linter 💔
Browse files Browse the repository at this point in the history
  • Loading branch information
noerw committed Jun 27, 2021
1 parent c652534 commit 71ccfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/web/repo/blame.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func processBlameParts(ctx *context.Context, blameParts []git.BlamePart) (map[st
continue
}

// find the blamePart commit, to look up parent & email adress for avatars
// find the blamePart commit, to look up parent & email address for avatars
commit, ok := commitCache[sha]
var err error
if !ok {
Expand Down

0 comments on commit 71ccfbd

Please sign in to comment.