mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo fmt
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* Copyright 2009 ZXing authors
|
||||
*
|
||||
@@ -17,7 +16,10 @@
|
||||
|
||||
//package com.google.zxing;
|
||||
|
||||
use crate::{common::{BitArray, BitMatrix}, Exceptions, LuminanceSource};
|
||||
use crate::{
|
||||
common::{BitArray, BitMatrix},
|
||||
Exceptions, LuminanceSource,
|
||||
};
|
||||
|
||||
/**
|
||||
* This class hierarchy provides a set of methods to convert luminance data to 1 bit data.
|
||||
@@ -73,4 +75,4 @@ pub trait Binarizer {
|
||||
fn getWidth(&self) -> usize;
|
||||
|
||||
fn getHeight(&self) -> usize;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user