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:
		@ -126,7 +126,7 @@ pub fn parse_arguments<T: AsRef<str>>(
 | 
			
		||||
                Some(v) => {
 | 
			
		||||
                    data.push((name, v));
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            },
 | 
			
		||||
            RawArgument::Argument { value } => {
 | 
			
		||||
                rest.push(value);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user