Skip to content

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesbarford committed Aug 20, 2024
1 parent e5868ef commit 12795f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/simd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,6 @@ pub(crate) fn debug_simd_finish<T: crate::fmt::Debug, const N: usize>(
crate::fmt::Formatter::debug_tuple_fields_finish(
formatter,
type_name,
&crate::array::from_fn::<&dyn crate::fmt::Debug, N, _>(|i| &array[i]),
&crate::array::from_fn::<&dyn crate::fmt::Debug, N, _>(|i| &array[i])
)
}

0 comments on commit 12795f7

Please sign in to comment.