Explorar el Código

Remove trailing space.

Chris Rhodes hace 7 años
padre
commit
7373a96b71
Se han modificado 1 ficheros con 1 adiciones y 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)