Formatting
This commit is contained in:
@@ -17,6 +17,7 @@ pub fn new<
|
|||||||
#[cfg(feature = "profile_tokio")]
|
#[cfg(feature = "profile_tokio")]
|
||||||
let result = tokio::task::Builder::new()
|
let result = tokio::task::Builder::new()
|
||||||
.name(name_fn().as_ref())
|
.name(name_fn().as_ref())
|
||||||
.spawn(async_future).map_err(Into::into);
|
.spawn(async_future)
|
||||||
|
.map_err(Into::into);
|
||||||
result
|
result
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user