mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-10 12:22:26 +08:00
tidy
This commit is contained in:
@@ -46,6 +46,7 @@ func (pr *row) fetchRemote() (ab []byte, err error) {
|
||||
pr.httpCode = rsp.StatusCode
|
||||
err = fmt.Errorf(`status code fail: %d`, rsp.StatusCode)
|
||||
b.WriteString(err.Error())
|
||||
b.WriteString("\n\n")
|
||||
}
|
||||
|
||||
b.WriteString("rsp header:\n\n")
|
||||
|
||||
Reference in New Issue
Block a user