mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
refactor
This commit is contained in:
@ -3,7 +3,6 @@ package utils
|
||||
import (
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/jesseduffield/lazygit/pkg/commands/git_config"
|
||||
"github.com/jesseduffield/lazygit/pkg/common"
|
||||
"github.com/jesseduffield/lazygit/pkg/config"
|
||||
"github.com/jesseduffield/lazygit/pkg/i18n"
|
||||
@ -34,7 +33,3 @@ func NewDummyCommonWithUserConfig(userConfig *config.UserConfig) *common.Common
|
||||
UserConfig: userConfig,
|
||||
}
|
||||
}
|
||||
|
||||
func NewDummyGitConfig() git_config.IGitConfig {
|
||||
return git_config.NewFakeGitConfig(map[string]string{})
|
||||
}
|
||||
|
Reference in New Issue
Block a user