Skip to content

Commit

Permalink
Fix style guide violation
Browse files Browse the repository at this point in the history
  • Loading branch information
Haozhe321 committed Mar 26, 2018
1 parent 16e8e0d commit cfbc4f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public String getQuestionAdditionalInfoHtml(int questionNumber, String additiona
optionListHtml.append(optionHelpText);
}

if (msqChoices.size() > 0) {
if (!msqChoices.isEmpty()) {
optionListHtml.append("<ul style=\"list-style-type: disc;margin-left: 20px;\" >");
for (int i = 0; i < msqChoices.size(); i++) {
String optionFragment =
Expand Down

0 comments on commit cfbc4f8

Please sign in to comment.