diff --git a/ubw-sward/src/http/integrated.rs b/ubw-sward/src/http/integrated.rs index 4def706..c8ad622 100644 --- a/ubw-sward/src/http/integrated.rs +++ b/ubw-sward/src/http/integrated.rs @@ -71,8 +71,8 @@ impl IntegratedHttpSward { receive_result?; return Ok(()); } - oneshop_result = self.oneshot() => { - if oneshop_result.is_err() { + oneshot_result = self.oneshot() => { + if oneshot_result.is_err() { self.result_counter.error += 1; } }