Browse Source

Remove trailing space.

Chris Rhodes 7 years ago
parent
commit
7373a96b71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      logging.go

+ 1 - 1
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)