Add missing new lines

This commit is contained in:
David Dworken
2022-09-21 19:13:53 -07:00
parent 3e89accf97
commit 486feb3fea
2 changed files with 3 additions and 3 deletions

View File

@ -961,7 +961,7 @@ func Redact(ctx *context.Context, query string, force bool) error {
return res.Error
}
if force {
fmt.Printf("Permanently deleting %d entries", len(historyEntries))
fmt.Printf("Permanently deleting %d entries\n", len(historyEntries))
} else {
// TODO: Find a way to test the prompting
fmt.Printf("This will permanently delete %d entries, are you sure? [y/N]", len(historyEntries))