Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon committed Oct 18, 2023
1 parent c1803de commit 37941fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cairo/hello-dojo.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ set!(
world,
(
Moves {
player, remaining: moves.remaining + 10, last_direction: Direction::None(())
},
player, remaining: moves.remaining + 10, last_direction: Direction::None(())
},
Position {
player, vec: Vec2 { x: position.vec.x + 10, y: position.vec.y + 10}
},
player, vec: Vec2 { x: position.vec.x + 10, y: position.vec.y + 10}
},
)
);
```
Expand Down

0 comments on commit 37941fc

Please sign in to comment.