Use == for readability

This commit is contained in:
Sosthène Guédon
2023-01-25 10:11:23 +01:00
parent ef34467e87
commit 0a7bd5c4e4
+1 -1
View File
@@ -343,7 +343,7 @@ where
#[inline(never)]
pub fn poll_app(&mut self) {
if let State::Processing = self.state {
if State::Processing == self.state {
// info!("processing, checking for response, interchange state {:?}",
// self.interchange.state()).ok();