mirror of
https://github.com/telemt/telemt.git
synced 2026-09-20 09:40:33 +03:00
Rustfmt
This commit is contained in:
@@ -37,10 +37,7 @@ pub(super) struct ActivityBody {
|
||||
impl ActivityBody {
|
||||
/// Binds one response body to its request activity guard.
|
||||
pub(super) fn new(inner: HttpBody, activity: RequestActivity) -> Self {
|
||||
Self {
|
||||
inner,
|
||||
activity,
|
||||
}
|
||||
Self { inner, activity }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user