Skip to content

Commit

Permalink
Remove last | from the header
Browse files Browse the repository at this point in the history
  • Loading branch information
TcM1911 committed Dec 30, 2016
1 parent cef2be5 commit 31d366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/listNote.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 31d366b

Please sign in to comment.