1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-29 23:17:32 +02:00

Merge pull request #2428 from jesseduffield/fix-linting

This commit is contained in:
Jesse Duffield 2023-02-09 21:48:28 +11:00 committed by GitHub
commit 3745ba506b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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