mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
cargo fmt
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* Copyright 2007 ZXing authors
|
||||
*
|
||||
@@ -19,7 +18,7 @@
|
||||
|
||||
// import java.util.Arrays;
|
||||
|
||||
use std::{fmt, cmp};
|
||||
use std::{cmp, fmt};
|
||||
|
||||
use crate::Exceptions;
|
||||
|
||||
@@ -402,4 +401,4 @@ impl fmt::Display for BitArray {
|
||||
}
|
||||
write!(f, "{}", _str)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user