Fix tab issue.

As the title said.
This commit is contained in:
HuKeping 2015-12-02 18:15:48 +08:00 committed by Steve Francia
parent 90b31f671f
commit 87d443c19b

View file

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