rustfmt the exercises

Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com>
This commit is contained in:
Eddy Petrisor
2019-05-22 14:48:32 +03:00
parent a53b3f199f
commit 9aec4abc4d
4 changed files with 17 additions and 11 deletions

View File

@@ -32,10 +32,7 @@ mod tests {
#[test]
fn item_quantity_is_a_valid_number() {
assert_eq!(
total_cost("34"),
Ok(171)
);
assert_eq!(total_cost("34"), Ok(171));
}
#[test]