Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
atainter committed Jul 29, 2024
1 parent d1cfe04 commit df00ad7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,5 @@ func LoadConfig() *Config {
var config Config
err = viper.Unmarshal(&config)
cobra.CheckErr(err)

return &config
}

0 comments on commit df00ad7

Please sign in to comment.