Fix lint and format code in client/orm dir
This commit is contained in:
@@ -27,9 +27,7 @@ type commander interface {
|
||||
Run() error
|
||||
}
|
||||
|
||||
var (
|
||||
commands = make(map[string]commander)
|
||||
)
|
||||
var commands = make(map[string]commander)
|
||||
|
||||
// print help.
|
||||
func printHelp(errs ...string) {
|
||||
|
||||
Reference in New Issue
Block a user