Merge pull request #102 from chapeupreto/patch-2

fix formatting
pull/110/head
Dhghomon 3 years ago committed by GitHub
commit d07490e4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10702,9 +10702,9 @@ mod country { // The main mod doesn't need pub
crate::country::province::print_province(province);
println!("in the city of {}", city);
}
}
}
}
}
fn main() {
crate::country::province::city::print_city("Canada", "New Brunswick", "Moncton");

Loading…
Cancel
Save