diff --git a/cmd/next-note/main.go b/cmd/next-note/main.go index 6270f19..4804343 100644 --- a/cmd/next-note/main.go +++ b/cmd/next-note/main.go @@ -20,7 +20,7 @@ func main() { flag.Parse() if *flDate { - // this intentionally has no '\n' + // this intentionally has no '\n' fmt.Printf("== %s", time.Now().Format(time.UnixDate)) return }