formatting cleanup
This commit is contained in:
parent
c0e82648db
commit
650ecc6aab
|
@ -20,6 +20,9 @@ func doDirty() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
found := findDirty()
|
found := findDirty()
|
||||||
|
if found.Len() == 0 {
|
||||||
|
return
|
||||||
|
}
|
||||||
if argv.Verbose {
|
if argv.Verbose {
|
||||||
me.forge.PrintHumanTableDirty(found)
|
me.forge.PrintHumanTableDirty(found)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue