Эх сурвалжийг харах

机器人的日志小优化

skyfffire 2 жил өмнө
parent
commit
176bc9a75f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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{}) {