Skip to content

Commit

Permalink
[do not merge] test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Oct 7, 2020
1 parent cb0764a commit d4e7093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/asyncprogressworker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class TestWorker : public AsyncProgressWorker<ProgressData> {
}

protected:
void Execute(const ExecutionProgress& progress) override {
void Execute(
const ExecutionProgress& progress) override {
if (_times < 0) {
SetError("test error");
}
Expand Down

0 comments on commit d4e7093

Please sign in to comment.