mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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…
Reference in a new issue