mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-28 18:40:27 +01:00
chore: Run rustfmt on exercises
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// I AM NOT DONE
|
||||
|
||||
struct Wrapper {
|
||||
value: u32
|
||||
value: u32,
|
||||
}
|
||||
|
||||
impl Wrapper {
|
||||
|
||||
Reference in New Issue
Block a user