1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

appease linter

This commit is contained in:
Jesse Duffield
2023-04-15 14:32:41 +10:00
parent 19cbafcdfc
commit 68a9d7fd77
4 changed files with 1 additions and 17 deletions

View File

@@ -9,7 +9,6 @@ import (
// in the custom command's template strings
type SessionStateLoader struct {
c *helpers.HelperCommon
helpers *helpers.Helpers
refsHelper *helpers.RefsHelper
}