mirror of
https://github.com/spf13/viper
synced 2024-12-23 03:57:01 +00:00
fix: go fmt
This commit is contained in:
parent
0967fc9ace
commit
2e3a48342c
2 changed files with 7 additions and 8 deletions
|
@ -71,7 +71,6 @@ func (rc remoteConfigProvider) WatchChannel(rp viper.RemoteProvider) (<-chan *vi
|
|||
|
||||
}
|
||||
|
||||
|
||||
func getConfigManager(rp viper.RemoteProvider) (crypt.ConfigManager, error) {
|
||||
|
||||
var cm crypt.ConfigManager
|
||||
|
|
Loading…
Reference in a new issue