format dry run

This commit is contained in:
bel
2025-04-05 00:42:27 -06:00
parent 4c32fb0411
commit d57206357e

View File

@@ -214,7 +214,7 @@ func DryMvNLn() func(string, string) error {
} }
outd[outf] = struct{}{} outd[outf] = struct{}{}
fmt.Fprintf(os.Stderr, "mv %q %q\n", inf, outf) fmt.Fprintf(os.Stderr, "mv %q\n %q\n", inf, outf)
return nil return nil
} }
} }