mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 04:42:35 +00:00
cargo fmt
This commit is contained in:
@@ -17,12 +17,7 @@ impl Quadrilateral {
|
||||
// Self([tl, tr,br, bl ])
|
||||
// }
|
||||
|
||||
pub fn with_points(
|
||||
tl: Point,
|
||||
tr: Point,
|
||||
br: Point,
|
||||
bl: Point,
|
||||
) -> Self {
|
||||
pub fn with_points(tl: Point, tr: Point, br: Point, bl: Point) -> Self {
|
||||
Self([tl, tr, br, bl])
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user