mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
small changes
This commit is contained in:
@@ -234,7 +234,7 @@ impl FinderPatternFinder {
|
||||
}
|
||||
totalModuleSize += count;
|
||||
}
|
||||
if (totalModuleSize < 7) {
|
||||
if totalModuleSize < 7 {
|
||||
return false;
|
||||
}
|
||||
let moduleSize = totalModuleSize as f32 / 7.0;
|
||||
|
||||
Reference in New Issue
Block a user