fix typo
This commit is contained in:
@@ -71,8 +71,8 @@ impl IntegratedHttpSward {
|
|||||||
receive_result?;
|
receive_result?;
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
oneshop_result = self.oneshot() => {
|
oneshot_result = self.oneshot() => {
|
||||||
if oneshop_result.is_err() {
|
if oneshot_result.is_err() {
|
||||||
self.result_counter.error += 1;
|
self.result_counter.error += 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user