1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00
This commit is contained in:
Cokile
2021-12-11 11:24:38 +08:00
committed by Jesse Duffield
parent 3771f9c98b
commit 76e6745526
2 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ func AuthorStyle(authorName string) style.TextStyle {
return value
}
// use the unified style whatever the autor name is
// use the unified style whatever the author name is
if value, ok := authorStyleCache[authorNameWildcard]; ok {
return value
}