Fix more double semicolons in java code

This commit is contained in:
Alex W. Jackson 2022-02-25 10:08:18 -05:00
parent 38f68911b1
commit 2025bca358
4 changed files with 4 additions and 4 deletions

View file

@ -1550,7 +1550,7 @@ public class VerifyCardDataTest {
.replace("{this}", card.getName())
//.replace("<i>", "")
//.replace("</i>", "")
.replace("&mdash;", "");;
.replace("&mdash;", "");
boolean found = false;
for (String refRule : refRules) {