Whitespace

This commit is contained in:
asonix 2024-05-26 13:43:33 -05:00
parent 661e6bc1b2
commit 16ae609b7d

View file

@ -76,6 +76,7 @@ impl<'a, T: Clone, const SIZE: usize> Choose<'a, T, SIZE> {
}) })
} }
} }
impl<T: Clone, const SIZE: usize> Permute<T, SIZE> { impl<T: Clone, const SIZE: usize> Permute<T, SIZE> {
fn increment(&mut self) { fn increment(&mut self) {
let mut any_updated = false; let mut any_updated = false;