Skip to content

Commit a31ab17

Browse files
committed
rustfmt.
1 parent 9878a61 commit a31ab17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polyfill/slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub(crate) trait SliceOfArraysPolyfills: SlicePolyfills {
113113

114114
impl<T, const N: usize> SliceOfArraysPolyfills for [[T; N]] {
115115
type ElemElem = T;
116-
116+
117117
#[inline]
118118
fn as_flattened(&self) -> &[Self::ElemElem] {
119119
let total_len = self.len() * N;

0 commit comments

Comments
 (0)