Skip to content

Commit

Permalink
added space behind bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-771 authored Oct 17, 2023
1 parent 8ab6eb5 commit 694b08f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ protected org.w3c.dom.Element createBoardElement(Document newDocument) {
FillapixBoard board;
if (puzzle.getTree() != null) {
board = (FillapixBoard) puzzle.getTree().getRootNode().getBoard();
}
}
else {
board = (FillapixBoard) puzzle.getBoardView().getBoard();
}
Expand Down

0 comments on commit 694b08f

Please sign in to comment.