chore(structs3): Add a missed newline after the test I added
This commit is contained in:
parent
1ea5384759
commit
9c62bb6de6
|
@ -66,6 +66,7 @@ mod tests {
|
||||||
|
|
||||||
assert!(!package.is_international());
|
assert!(!package.is_international());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn calculate_transport_fees() {
|
fn calculate_transport_fees() {
|
||||||
let sender_country = String::from("Spain");
|
let sender_country = String::from("Spain");
|
||||||
|
|
Loading…
Reference in a new issue