Explorar o código

机器人的日志小优化

skyfffire %!s(int64=2) %!d(string=hai) anos
pai
achega
176bc9a75f
Modificáronse 1 ficheiros con 1 adicións e 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{}) {