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