getopt: cleanup: add trailing commas
It is customary in rust to always use trailing commas. (also suggested by rustfmt) Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
2767c5d39b
commit
7ebb173352
|
@ -126,7 +126,7 @@ pub fn parse_arguments<T: AsRef<str>>(
|
|||
Some(v) => {
|
||||
data.push((name, v));
|
||||
}
|
||||
}
|
||||
},
|
||||
RawArgument::Argument { value } => {
|
||||
rest.push(value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue