rustfmt 0.8.1
This commit is contained in:
@@ -40,7 +40,10 @@ impl<'a> TestCommand<'a> {
|
||||
let cmd = parts.next().unwrap_or("");
|
||||
TestCommand {
|
||||
command: cmd,
|
||||
options: parts.filter(|s| !s.is_empty()).map(TestOption::new).collect(),
|
||||
options: parts
|
||||
.filter(|s| !s.is_empty())
|
||||
.map(TestOption::new)
|
||||
.collect(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user