From 4671487a3d5dab1aaa8346116f75d478e098821f Mon Sep 17 00:00:00 2001 From: Nikaidou Haruki Date: Fri, 5 Sep 2025 01:28:54 +0900 Subject: [PATCH] fix typo --- ubw-sward/src/http/integrated.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }