1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-30 09:16:47 +02:00

fix linting issue

This commit is contained in:
Jesse Duffield 2023-02-09 21:45:14 +11:00
parent 469938ee9b
commit 5e2254395a

View File

@ -12,7 +12,7 @@ import (
)
type FilesController struct {
baseController
baseController // nolint: unused
*controllerCommon
enterSubmodule func(submodule *models.SubmoduleConfig) error