fix: remove blank spaces

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2019-01-07 23:16:08 +00:00
parent f9b18d88d7
commit fff79d3d30
3 changed files with 0 additions and 3 deletions

View File

@ -32,6 +32,5 @@ var configExportCmd = &cobra.Command{
Settings: settings,
Auther: auther,
})
}, pythonConfig{}),
}

View File

@ -26,6 +26,5 @@ var usersExportCmd = &cobra.Command{
encoder := json.NewEncoder(fd)
encoder.SetIndent("", " ")
encoder.Encode(list)
}, pythonConfig{}),
}

View File

@ -58,7 +58,6 @@ var usersImportCmd = &cobra.Command{
err = d.store.Users.Save(user)
checkErr(err)
}
}, pythonConfig{}),
}