style: format code for better readability in tests and function signatures
This commit is contained in:
@@ -167,10 +167,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn split_quoted_path() {
|
||||
assert_eq!(
|
||||
shell_split(r#""My App" --flag"#),
|
||||
vec!["My App", "--flag"]
|
||||
);
|
||||
assert_eq!(shell_split(r#""My App" --flag"#), vec!["My App", "--flag"]);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user