From a3f48093ebd8fcc3dc2ffefc727378ae8dca7269 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 23 Mar 2018 01:07:44 +0200 Subject: gofmt and govet --- ui/debug/external.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/debug/external.go') diff --git a/ui/debug/external.go b/ui/debug/external.go index 8122b2a..faabbcc 100644 --- a/ui/debug/external.go +++ b/ui/debug/external.go @@ -34,7 +34,7 @@ func EnableExternal() { func ExtPrintf(text string, args ...interface{}) { if writer != nil { - fmt.Fprintf(writer, text + "\n", args...) + fmt.Fprintf(writer, text+"\n", args...) } } -- cgit v1.2.3