From 01e8f74e24e60e47cc5ef428acd7eb79766bed5d Mon Sep 17 00:00:00 2001 From: Benoit Masson Date: Thu, 26 May 2016 21:32:44 +0200 Subject: [PATCH] Fix indentation in comment --- viper.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/viper.go b/viper.go index 6964041..84368f2 100644 --- a/viper.go +++ b/viper.go @@ -107,11 +107,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"