1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-07-23 06:00:05 -04:00

fix: remove trailing whitespace

This commit is contained in:
Juan Pablo Ramirez 2021-05-09 17:58:54 -05:00
commit d9b69bd1a0

View file

@ -31,7 +31,7 @@ impl Package {
}
fn get_fees(&self, cents_per_gram: i32) -> ??? {
// Something goes here...
// Something goes here...
}
}