Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jun 21, 2024
1 parent 8863e22 commit 508bd37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Widgets/LinkListBox.vala
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class AppCenter.LinkListBox : Gtk.Widget {
var sponsor_url = component.get_url (DONATION);
#if PAYMENTS
var payments_key = component.get_custom_value ("x-appcenter-stripe");
if (payments_key != null) {
if (payments_key != null) {
sponsor_url = payments_key;
}
#endif
Expand Down Expand Up @@ -284,4 +284,3 @@ public class AppCenter.LinkListBox : Gtk.Widget {
}
}
}

0 comments on commit 508bd37

Please sign in to comment.