Skip to content

Commit

Permalink
fix: Fix indentation in example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avl committed Apr 29, 2024
1 parent af134bf commit 3327357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ fn load_player() -> Player {
load_file("save.bin", 0).unwrap()
}

fn main() {
let player = Player { name: "Steve".to_string(), strength: 42,
fn main() {
let player = Player { name: "Steve".to_string(), strength: 42,
inventory: vec!(
"wallet".to_string(),
"car keys".to_string(),
Expand Down

0 comments on commit 3327357

Please sign in to comment.