mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
cargo fmt
This commit is contained in:
@@ -266,7 +266,7 @@ impl BitMatrix {
|
||||
pub fn set_bool(&mut self, x: u32, y: u32, value: bool) {
|
||||
if value {
|
||||
self.set(x, y)
|
||||
}else {
|
||||
} else {
|
||||
self.unset(x, y)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user