mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 04:42:35 +00:00
still working through addresses
This commit is contained in:
@@ -164,7 +164,7 @@ pub fn maybe_append_multiple(value: &[String], result: &mut String) {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn maybeWrap(value: Option<&str>) -> Option<Vec<String>> {
|
||||
pub fn maybeWrap(value: Option<String>) -> Option<Vec<String>> {
|
||||
if value.is_none() {
|
||||
None
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user