mirror of
https://github.com/spf13/viper
synced 2024-12-23 12:07:02 +00:00
gofmt -d .
This commit is contained in:
parent
5b910a626d
commit
d18964fe22
1 changed files with 0 additions and 1 deletions
1
viper.go
1
viper.go
|
@ -179,7 +179,6 @@ type Viper struct {
|
||||||
aliases map[string]string
|
aliases map[string]string
|
||||||
typeByDefValue bool
|
typeByDefValue bool
|
||||||
|
|
||||||
|
|
||||||
onConfigChange func(fsnotify.Event)
|
onConfigChange func(fsnotify.Event)
|
||||||
onRemoteConfigChange func()
|
onRemoteConfigChange func()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue