Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-kauczor committed Jan 1, 2025
1 parent fed72d0 commit 2903986
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public boolean isUserAnswerCorrect(String vocabId, String userAnswer) {
.anyMatch(answer -> answer.equals(inputWithoutExtraSpaces.toLowerCase()));
}


public String getInputWithoutExtraSpaces(String userAnswer) {
String trimmedInput = userAnswer.trim();
StringBuilder result = new StringBuilder();
Expand Down

0 comments on commit 2903986

Please sign in to comment.