mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
fix typo
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user