Explorar el Código

机器人的日志小优化

skyfffire hace 2 años
padre
commit
176bc9a75f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      arbitrage/log.go

+ 1 - 1
arbitrage/log.go

@@ -5,7 +5,7 @@ import (
 )
 
 func BuildHistoryMsg(msg string) string {
-	return "             [History]                   " + msg
+	return "    [History]                            " + msg
 }
 
 func HistoryInfo(msg string, ctx ...interface{}) {