From a809f619c214495da05b8cd55085a9f3640f407a Mon Sep 17 00:00:00 2001 From: Juniper Tyree Date: Sun, 14 Jan 2024 04:38:12 +0000 Subject: [PATCH] Fix rustfmt --- .../algorithms/cuda/src/parallelisation/monolithic.rs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rustcoalescence/algorithms/cuda/src/parallelisation/monolithic.rs b/rustcoalescence/algorithms/cuda/src/parallelisation/monolithic.rs index ccf21262b..213f6aa11 100644 --- a/rustcoalescence/algorithms/cuda/src/parallelisation/monolithic.rs +++ b/rustcoalescence/algorithms/cuda/src/parallelisation/monolithic.rs @@ -255,8 +255,14 @@ pub fn simulate< event_buffer_cuda_async.as_mut_async(), min_spec_sample_buffer_cuda_async.as_mut_async(), next_event_time_buffer_cuda_async.as_mut_async(), - total_time_max.as_ref().as_async(launcher.stream).extract_ref(), - total_steps_sum.as_ref().as_async(launcher.stream).extract_ref(), + total_time_max + .as_ref() + .as_async(launcher.stream) + .extract_ref(), + total_steps_sum + .as_ref() + .as_async(launcher.stream) + .extract_ref(), step_slice.get(), level_time, )?;