lint reported errors on CircleCI
Commit to fix lint reported errors during tests on CircleCI (remove trailling whitespace)
This commit is contained in:
parent
ddd369e731
commit
6ce9321094
@ -800,7 +800,7 @@ uiLoop:
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
dealCount, err = strconv.ParseInt(string(dealcStr), 10, 64)
|
dealCount, err = strconv.ParseInt(string(dealcStr), 10, 64)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
printErr(xerrors.Errorf("reading deal count: invalid number"))
|
printErr(xerrors.Errorf("reading deal count: invalid number"))
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user