lint reported errors on CircleCI

Commit to fix lint reported errors during tests on CircleCI
(remove trailling whitespace)
This commit is contained in:
Florian Ruen 2022-02-17 19:01:52 +01:00 committed by GitHub
parent ddd369e731
commit 6ce9321094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -800,7 +800,7 @@ uiLoop:
continue
}
dealCount, err = strconv.ParseInt(string(dealcStr), 10, 64)
dealCount, err = strconv.ParseInt(string(dealcStr), 10, 64)
if err != nil {
printErr(xerrors.Errorf("reading deal count: invalid number"))
continue