mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-03 00:57:52 +02:00
fix fmt issue
This commit is contained in:
@ -206,7 +206,7 @@ func (c *AppConfig) LoadAppState() error {
|
|||||||
return yaml.Unmarshal(appStateBytes, c.AppState)
|
return yaml.Unmarshal(appStateBytes, c.AppState)
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetDefaultConfig returns the application default configuration
|
// GetDefaultConfig returns the application default configuration
|
||||||
func GetDefaultConfig() []byte {
|
func GetDefaultConfig() []byte {
|
||||||
return []byte(
|
return []byte(
|
||||||
`gui:
|
`gui:
|
||||||
|
Reference in New Issue
Block a user