Don't do useless conversions

swap-setup-proto
Thomas Eizinger 3 years ago
parent dffe4351a8
commit 856fe6a21e
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

@ -399,7 +399,7 @@ where
)
.await
.map_err(|e| Error::Io(e))?;
return Err(e.into());
return Err(e);
}
};

Loading…
Cancel
Save