Merge pull request #353 from Atul9/cargo-fmt
Format code using 'cargo fmt'
This commit is contained in:
@@ -37,5 +37,4 @@ mod test {
|
||||
|
||||
remove_file(file).unwrap();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -21,5 +21,4 @@ mod test {
|
||||
println!("{:?}", result);
|
||||
assert!(result.is_ok());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -21,5 +21,4 @@ mod test {
|
||||
.send(email)
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -621,5 +621,4 @@ mod test {
|
||||
.as_slice()
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user