mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Cleanup code
This commit is contained in:
parent
e3204a1e13
commit
2c5562db45
|
@ -211,7 +211,8 @@ public class Detector {
|
|||
dimension--;
|
||||
break;
|
||||
case 3:
|
||||
dimension = dimension - 2;
|
||||
dimension -= 2;
|
||||
break;
|
||||
}
|
||||
return dimension;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue