Remove extra trailing newline after TOTP refresher service stop notification

This commit is contained in:
2025-11-10 22:38:44 -05:00
parent a75416a679
commit b58461b9c4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ func CopyMenu(targetLocation string) {
}
}
close(done)
fmt.Print(back.AnsiBlue + "\n[Stopped]" + back.AnsiReset + " TOTP clipboard refresher\n\n")
fmt.Println(back.AnsiBlue + "\n[Stopped]" + back.AnsiReset + " TOTP clipboard refresher")
} else {
err := clip.CopyString(true, decSlice[choice])
if err != nil {