From d4e70936f74aaf3246141806cab9e83c01ee9906 Mon Sep 17 00:00:00 2001 From: legendecas Date: Thu, 8 Oct 2020 02:02:50 +0800 Subject: [PATCH] [do not merge] test ci --- test/asyncprogressworker.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/asyncprogressworker.cc b/test/asyncprogressworker.cc index 8ac062fcb..842eff4dc 100644 --- a/test/asyncprogressworker.cc +++ b/test/asyncprogressworker.cc @@ -28,7 +28,8 @@ class TestWorker : public AsyncProgressWorker { } protected: - void Execute(const ExecutionProgress& progress) override { + void Execute( + const ExecutionProgress& progress) override { if (_times < 0) { SetError("test error"); }