Update rustfmt to 0.9.0.
This commit is contained in:
@@ -95,7 +95,9 @@ mod tests {
|
||||
assert_eq!(&TestCommand::new("cat").to_string(), "cat\n");
|
||||
assert_eq!(&TestCommand::new("cat ").to_string(), "cat\n");
|
||||
assert_eq!(&TestCommand::new("cat 1 ").to_string(), "cat 1\n");
|
||||
assert_eq!(&TestCommand::new("cat one=4 two t").to_string(),
|
||||
"cat one=4 two t\n");
|
||||
assert_eq!(
|
||||
&TestCommand::new("cat one=4 two t").to_string(),
|
||||
"cat one=4 two t\n"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user