mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo fmt
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user