forked from External/mage
Fix more double semicolons in java code
This commit is contained in:
parent
38f68911b1
commit
2025bca358
4 changed files with 4 additions and 4 deletions
|
|
@ -1550,7 +1550,7 @@ public class VerifyCardDataTest {
|
|||
.replace("{this}", card.getName())
|
||||
//.replace("<i>", "")
|
||||
//.replace("</i>", "")
|
||||
.replace("—", "—");;
|
||||
.replace("—", "—");
|
||||
|
||||
boolean found = false;
|
||||
for (String refRule : refRules) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue