Skip to content

Commit

Permalink
change unused map to each
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljb committed May 14, 2023
1 parent 9c0e131 commit d662c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/app/view/tiles_page.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def render_test_tiles
game_class = load_game_class(title)
else
fixtures[nil][nil].each do |hex_or_tile, opts|
%i[flat pointy].map do |layout_|
%i[flat pointy].each do |layout_|
rendered_test_tiles.concat(
render_tile_blocks(hex_or_tile, layout: layout_, scale: scale, rotations: @rotations, **opts)
)
Expand Down

0 comments on commit d662c27

Please sign in to comment.