mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-16 18:48:33 +00:00
schema: rustfmt
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3d044a5acf
commit
d166dcff0a
@ -1649,9 +1649,7 @@ fn do_parse_parameter_strings(
|
|||||||
Err(err) => errors.push(key.into(), err),
|
Err(err) => errors.push(key.into(), err),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ => {
|
_ => errors.push(key.into(), format_err!("expected array - type mismatch")),
|
||||||
errors.push(key.into(), format_err!("expected array - type mismatch"))
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ => match prop_schema.parse_simple_value(value) {
|
_ => match prop_schema.parse_simple_value(value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user