formatting cleanup

This commit is contained in:
Jeff Carr 2025-08-19 21:54:01 -05:00
parent c0e82648db
commit 650ecc6aab
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ func doDirty() {
}
}
found := findDirty()
if found.Len() == 0 {
return
}
if argv.Verbose {
me.forge.PrintHumanTableDirty(found)
} else {