From 23abb4c3104916a8dc438dd2454de5c5935af8c8 Mon Sep 17 00:00:00 2001 From: Adam Moore Date: Fri, 12 Oct 2012 11:57:27 +0900 Subject: [PATCH] use gofmt tool --- tools/generate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate.go b/tools/generate.go index 3258bb2..ac71f5b 100644 --- a/tools/generate.go +++ b/tools/generate.go @@ -73,7 +73,7 @@ func cachedPygmentize(lex string, src string) string { bin, err := exec.Command("which", "pygmentize").Output() if err != nil { - fmt.Println("Please install Pygments and ensure pygmentize is in your path first.") + fmt.Println("Please install Pygments and ensure pygmentize is in your path first.") os.Exit(1) } cachePath := cacheDir + "/pygmentize-" + strings.Join(arg, "-") + "-" + sha1Sum(src)