Skip to content

Commit

Permalink
Remove incidental empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
sjd210 committed Oct 4, 2024
1 parent 6dbc3ee commit 1ce6488
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public QuestionValidationResponse validateQuestionResponse(final Question questi
req.put("description", chemistryQuestion.getId());
req.put("allowPermutations", String.valueOf(chemistryQuestion.getAllowPermutations()));
req.put("allowScalingCoefficients", String.valueOf(chemistryQuestion.getAllowScalingCoefficients()));

req.put("questionID", question.getId());

if (chemistryQuestion.isNuclear()) {
Expand Down

0 comments on commit 1ce6488

Please sign in to comment.