mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-29 13:26:35 -04:00
Do not print redundant newline after creating a notes-only entry
This commit is contained in:
@@ -38,7 +38,6 @@ func AddEntry(targetLocation string, hidePassword bool, entryType uint8) {
|
||||
} else {
|
||||
note := newNote()
|
||||
unencryptedEntry = append([]string{"", "", ""}, note...)
|
||||
fmt.Println()
|
||||
}
|
||||
|
||||
// ensure entry data is not empty
|
||||
|
||||
Reference in New Issue
Block a user