Remove trailing space.

This commit is contained in:
Chris Rhodes 2017-10-23 13:35:53 -07:00 committed by GitHub
parent d30b33abfa
commit 7373a96b71

View file

@ -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)