Skip to content

Commit d9b69bd

Browse files
committed
fix: remove trailing whitespace
1 parent 7cd635f commit d9b69bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/structs/structs3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl Package {
3131
}
3232

3333
fn get_fees(&self, cents_per_gram: i32) -> ??? {
34-
// Something goes here...
34+
// Something goes here...
3535
}
3636
}
3737

0 commit comments

Comments
 (0)