Skip to content

Commit 99f4dfa

Browse files
committed
Cosmetic: added blank space in configuration/defaults.go
1 parent f31448c commit 99f4dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configuration/defaults.go

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ func setDefaults(dataDir, userDir string) {
2525
// logging
2626
viper.SetDefault("logging.level", "info")
2727
viper.SetDefault("logging.format", "text")
28+
2829
// board manager
2930
viper.SetDefault("board_manager.additional_urls", []string{})
3031

0 commit comments

Comments
 (0)