mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isCustomSet() { return setType == SetType.CUSTOM_SET; }
|
public boolean isCustomSet() {
|
||||||
|
return setType == SetType.CUSTOM_SET;
|
||||||
|
}
|
||||||
|
|
||||||
public void removeSavedCards() {
|
public void removeSavedCards() {
|
||||||
savedCards.clear();
|
savedCards.clear();
|
||||||
|
|
Loading…
Reference in a new issue