mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-15 00:36:56 +08:00
refactor: standardize code comments
This commit is contained in:
@@ -12,7 +12,7 @@ type SetHttpClientResult struct {
|
||||
|
||||
func (r *SetHttpClientResult) Error() error {
|
||||
if r.Err != nil {
|
||||
log.Printf("⚠️ 执行NewAsterTraderResult时出错: %v", r.Err)
|
||||
log.Printf("⚠️ Error executing SetHttpClientResult: %v", r.Err)
|
||||
}
|
||||
return r.Err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user