cargo fmt

This commit is contained in:
Henry Schimke
2022-12-16 16:52:24 -06:00
parent 0fbd3baef9
commit afc3ee8fa1
7 changed files with 169 additions and 143 deletions

View File

@@ -49,7 +49,7 @@ impl FinderPattern {
}
#[cfg(test)]
pub(crate)fn getStartEndMut(&mut self) -> &mut [usize]{
pub(crate) fn getStartEndMut(&mut self) -> &mut [usize] {
&mut self.startEnd
}