This commit is contained in:
Henry Schimke
2022-08-24 17:44:45 -05:00
parent 7c940539b4
commit b73a5b9bdf
3 changed files with 108 additions and 108 deletions

View File

@@ -1145,7 +1145,7 @@ impl BinaryBitmap {
// 1. This work will never be done if the caller only installs 1D Reader objects, or if a
// 1D Reader finds a barcode before the 2D Readers run.
// 2. This work will only be done once even if the caller installs multiple 2D Readers.
return self.matrix;
return Ok(self.matrix);
}
/**