mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo fmt
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
// import java.nio.charset.StandardCharsets;
|
||||
// import java.util.Map;
|
||||
|
||||
use encoding::{EncodingRef, Encoding};
|
||||
use encoding::{Encoding, EncodingRef};
|
||||
|
||||
use crate::{DecodingHintDictionary, DecodeHintType, DecodeHintValue};
|
||||
use crate::{DecodeHintType, DecodeHintValue, DecodingHintDictionary};
|
||||
|
||||
use lazy_static::lazy_static;
|
||||
|
||||
@@ -272,4 +272,4 @@ impl StringUtils {
|
||||
// Otherwise, we take a wild guess with platform encoding
|
||||
return encoding::all::UTF_8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user