mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
fix format issue
This commit is contained in:
parent
d3953a1440
commit
a2a9e0c478
|
|
@ -141,7 +141,7 @@ func (c *AppConfig) InsertToUserConfig(key, value string) error {
|
|||
|
||||
func GetDefaultConfig() []byte {
|
||||
return []byte(
|
||||
`gui:
|
||||
`gui:
|
||||
# stuff relating to the UI
|
||||
scrollHeight: 2
|
||||
theme:
|
||||
|
|
|
|||
Loading…
Reference in a new issue