mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fix code formatting issue.
This commit is contained in:
parent
48e14a1765
commit
f61c18ea63
1 changed files with 3 additions and 1 deletions
|
|
@ -374,7 +374,9 @@ public abstract class ExpansionSet implements Serializable {
|
|||
return null;
|
||||
}
|
||||
|
||||
public boolean isCustomSet() { return setType == SetType.CUSTOM_SET; }
|
||||
public boolean isCustomSet() {
|
||||
return setType == SetType.CUSTOM_SET;
|
||||
}
|
||||
|
||||
public void removeSavedCards() {
|
||||
savedCards.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue