From 31d366b24a5b99d0de0af8bf8f863c6099f9cb40 Mon Sep 17 00:00:00 2001 From: TcM1911 Date: Fri, 30 Dec 2016 21:05:03 +0000 Subject: [PATCH] Remove last | from the header --- cmd/listNote.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/listNote.go b/cmd/listNote.go index 96a416b..4c30a0b 100644 --- a/cmd/listNote.go +++ b/cmd/listNote.go @@ -101,7 +101,7 @@ func findNotes(cmd *cobra.Command, args []string) { outputStr := []byte("Search request:.\n") outputStr = append(outputStr, []byte(fmt.Sprintf("Found %d items\n", len(list.GetNotes())))...) - outputStr = append(outputStr, []byte(fmt.Sprintf("%3s : %10s | %10s | %-25s | %-25s |\n", + outputStr = append(outputStr, []byte(fmt.Sprintf("%3s : %10s | %10s | %-25s | %-25s\n", "#", "Created", "Updated",