mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
small cleanup
This commit is contained in:
@@ -332,7 +332,7 @@ impl<'a> Detector<'_> {
|
||||
dimensionX: u32,
|
||||
dimensionY: u32,
|
||||
) -> Result<BitMatrix, Exceptions> {
|
||||
let sampler = DefaultGridSampler {};
|
||||
let sampler = DefaultGridSampler::default();
|
||||
|
||||
sampler.sample_grid_detailed(
|
||||
image,
|
||||
|
||||
Reference in New Issue
Block a user