Skip to content

Commit

Permalink
Fix rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Jan 14, 2024
1 parent 10acf51 commit a809f61
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)?;
Expand Down

0 comments on commit a809f61

Please sign in to comment.