Explorar o código

Remove trailing space.

Chris Rhodes %!s(int64=7) %!d(string=hai) anos
pai
achega
7373a96b71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)