Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
caixiangyue committed Nov 13, 2023
1 parent aeef377 commit 5ac295b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#[derive(Debug)]
struct Person<'a> {
name: &'a str,
age: u8,
age: u8
}

fn main() {
Expand Down

0 comments on commit 5ac295b

Please sign in to comment.