Skip to content

Commit

Permalink
Fix: BOARDCOVER Private Method
Browse files Browse the repository at this point in the history
  • Loading branch information
fkdl0048 committed Jan 12, 2024
1 parent dfd7ba4 commit ed9ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/BOARDCOVER/BoardCalculator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public BoardCalculator(Board board)
_board = board;
}

public (int y, int x) GetFirstBlock()
private (int y, int x) GetFirstBlock()
{
for (var i = 0; i < _board.Hight; i++)
{
Expand Down

0 comments on commit ed9ccdc

Please sign in to comment.