mirror of
https://github.com/spf13/viper
synced 2025-05-06 04:07:17 +00:00
fix formatting
This commit is contained in:
parent
943b9e6a36
commit
7622869718
1 changed files with 0 additions and 1 deletions
1
viper.go
1
viper.go
|
@ -280,7 +280,6 @@ func (v *Viper) OnConfigChange(run func(in fsnotify.Event)) {
|
|||
v.onConfigChange = run
|
||||
}
|
||||
|
||||
|
||||
// SetConfigFile explicitly defines the path, name and extension of the config file.
|
||||
// Viper will use this and not check any of the config paths.
|
||||
func SetConfigFile(in string) { v.SetConfigFile(in) }
|
||||
|
|
Loading…
Add table
Reference in a new issue