Fix code formatting issue.

This commit is contained in:
Lymia Aluysia 2016-09-26 05:19:40 -05:00
parent 48e14a1765
commit f61c18ea63
No known key found for this signature in database
GPG key ID: DB2E204C989251F7

View file

@ -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();