From d856d5bea4a439d324785a97ead2de6d69bed467 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 2 Jul 2014 15:12:49 -0400 Subject: [PATCH] gofmt --- cmd/next-note/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }