Formatting

This commit is contained in:
Thomas Colliers
2025-08-18 18:24:18 +02:00
parent 0451716e1e
commit 5a597938f4

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
}