mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
fix fmt issue
This commit is contained in:
parent
54326907c3
commit
1b8836e92d
|
|
@ -206,7 +206,7 @@ func (c *AppConfig) LoadAppState() error {
|
|||
return yaml.Unmarshal(appStateBytes, c.AppState)
|
||||
}
|
||||
|
||||
// GetDefaultConfig returns the application default configuration
|
||||
// GetDefaultConfig returns the application default configuration
|
||||
func GetDefaultConfig() []byte {
|
||||
return []byte(
|
||||
`gui:
|
||||
|
|
|
|||
Loading…
Reference in a new issue