Skip to content

Commit

Permalink
examples: change // to blank line in 2048.v too, after 793b66d
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Aug 9, 2024
1 parent 19f080f commit 4f718d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/2048/2048.v
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mut:
state GameState = .play
tile_format TileFormat = .normal
moves int
//

is_ai_mode bool
ai_fpm u64 = 8
}
Expand Down

0 comments on commit 4f718d2

Please sign in to comment.