From 7373a96b717eb8b16d9df756a31edc209d8697dc Mon Sep 17 00:00:00 2001 From: Chris Rhodes Date: Mon, 23 Oct 2017 13:35:53 -0700 Subject: [PATCH] Remove trailing space. --- logging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging.go b/logging.go index 5626eba..4272060 100644 --- a/logging.go +++ b/logging.go @@ -47,7 +47,7 @@ func msglog(msgL, caller int, format string, a ...interface{}) { if Logger != nil { Logger(msgL, caller, format, a) - } else { + } else { pc, file, line, _ := runtime.Caller(caller)