Fix indentation in comment

This commit is contained in:
Benoit Masson 2016-05-26 21:32:44 +02:00
parent 670c42a85b
commit 01e8f74e24

View file

@ -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"