Skip to content

Commit 5a69611

Browse files
authored
fix format test
1 parent fc72d6b commit 5a69611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jabgui/src/main/java/org/jabref/gui/preferences/JabRefGuiPreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ public DonationPreferences getDonationPreferences() {
12161216
}
12171217

12181218
donationPreferences = getDonationPreferencesFromBackingStore(DonationPreferences.getDefault());
1219-
1219+
12201220
EasyBind.listen(donationPreferences.neverShowAgainProperty(), (_, _, newValue) -> putBoolean(DONATION_NEVER_SHOW, newValue));
12211221
EasyBind.listen(donationPreferences.lastShownEpochDayProperty(), (_, _, newValue) -> putInt(DONATION_LAST_SHOWN_EPOCH_DAY, newValue.intValue()));
12221222
return donationPreferences;

0 commit comments

Comments
 (0)