mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
Fix linter warnings
These started to pop up in my editor after I installed an update of gopls, I think. It's unfortunate that we don't see them on CI.
This commit is contained in:
@@ -99,7 +99,7 @@ func GetCommitListDisplayStrings(
|
||||
}
|
||||
}
|
||||
} else {
|
||||
getGraphLine = func(idx int) string { return "" }
|
||||
getGraphLine = func(int) string { return "" }
|
||||
}
|
||||
|
||||
// Determine the hashes of the local branches for which we want to show a
|
||||
|
||||
Reference in New Issue
Block a user