diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index c01bd7df8..f0d9e7015 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -242,11 +242,11 @@ type AppState struct { } func getDefaultAppState() []byte { - return []byte(` - lastUpdateCheck: 0 - recentRepos: [] - RecentPrivateRepos: [] -`) + return []byte(` + lastUpdateCheck: 0 + recentRepos: [] + RecentPrivateRepos: [] + `) } // // commenting this out until we use it again