Skip to content

Commit

Permalink
I love you too, linter
Browse files Browse the repository at this point in the history
  • Loading branch information
noerw committed Jun 27, 2021
1 parent 2495a46 commit c652534
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 @@ -195,7 +195,7 @@ func processBlameParts(ctx *context.Context, blameParts []git.BlamePart) (map[st
commitNames[commit.ID.String()] = models.UserCommit{}
}

// populate commit email adresses to later look up avatars.
// populate commit email addresses to later look up avatars.
commits = models.ValidateCommitsWithEmails(commits)
for e := commits.Front(); e != nil; e = e.Next() {
c := e.Value.(models.UserCommit)
Expand Down

0 comments on commit c652534

Please sign in to comment.