Formatting

This commit was merged in pull request #49.
This commit is contained in:
Thomas Colliers
2025-08-18 18:24:18 +02:00
committed by Schmarni
parent a7aa609651
commit f0a494392a

View File

@@ -17,6 +17,7 @@ pub fn new<
#[cfg(feature = "profile_tokio")]
let result = tokio::task::Builder::new()
.name(name_fn().as_ref())
.spawn(async_future).map_err(Into::into);
.spawn(async_future)
.map_err(Into::into);
result
}