mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 11:05:32 -04:00
chore(common): Fix a clippy warning
This commit is contained in:
@@ -46,7 +46,7 @@ where
|
||||
Result::<T, ElapsedError>::Ok(output)
|
||||
};
|
||||
|
||||
return try_future.timeout(duration).await;
|
||||
try_future.timeout(duration).await
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user