Skip to content

Commit

Permalink
fix: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
juanprq committed May 9, 2021
1 parent 7cd635f commit d9b69bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/structs/structs3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl Package {
}

fn get_fees(&self, cents_per_gram: i32) -> ??? {
// Something goes here...
// Something goes here...
}
}

Expand Down

0 comments on commit d9b69bd

Please sign in to comment.