mirror of
https://github.com/spf13/viper.git
synced 2024-04-21 12:31:38 +00:00
Fix tab issue.
As the title said.
This commit is contained in:
@@ -108,11 +108,11 @@ func (fnfe ConfigFileNotFoundError) Error() string {
|
||||
// Defaults : {
|
||||
// "secret": "",
|
||||
// "user": "default",
|
||||
// "endpoint": "https://localhost"
|
||||
// "endpoint": "https://localhost"
|
||||
// }
|
||||
// Config : {
|
||||
// "user": "root"
|
||||
// "secret": "defaultsecret"
|
||||
// "secret": "defaultsecret"
|
||||
// }
|
||||
// Env : {
|
||||
// "secret": "somesecretkey"
|
||||
|
||||
Reference in New Issue
Block a user