mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-29 13:26:35 -04:00
Remove extra trailing newline after TOTP refresher service stop notification
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user