docs: fix indentation in code samples

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2021-09-19 09:34:11 +02:00 committed by Márk Sági-Kazár
parent 0d7e8034ee
commit 65f16c1738
1 changed files with 38 additions and 38 deletions

View File

@ -354,7 +354,7 @@ func main() {
i := viper.GetInt("flagname") // retrieve value from viper i := viper.GetInt("flagname") // retrieve value from viper
... // ...
} }
``` ```