From 76228697183bf904ddf9a031c684db1918266083 Mon Sep 17 00:00:00 2001 From: Kyle Nusbaum Date: Wed, 11 Nov 2020 12:28:51 -0600 Subject: [PATCH] fix formatting --- viper.go | 1 - 1 file changed, 1 deletion(-) diff --git a/viper.go b/viper.go index 50a46be..82d415a 100644 --- a/viper.go +++ b/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) }