Skip to content

Commit

Permalink
Update FishermansLicenseQuiz.java
Browse files Browse the repository at this point in the history
removing whitespace
  • Loading branch information
twiernik authored Nov 15, 2023
1 parent 5679be1 commit edf36a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private void putNextFishOnTable() {
.getItem(getCurrentSpecies());
fishOnTable.setDescription("You see a fish.");

fishOnTable.setPosition(7, 4);
fishOnTable.setPosition(7, 4);
zone.add(fishOnTable);
}

Expand Down

0 comments on commit edf36a9

Please sign in to comment.