reformat code with goimports

This commit is contained in:
Bas van Kervel
2015-04-09 10:26:26 +02:00
parent 5304f43067
commit 6da5b2fc5f
3 changed files with 92 additions and 92 deletions

View File

@ -69,7 +69,7 @@ func NewApp(version, usage string) *cli.App {
var (
// General settings
DataDirFlag = DirectoryFlag{
Name: "datadir",
Name: "datadir",
Usage: "Data directory to be used",
Value: DirectoryString{common.DefaultDataDir()},
}