Skip to content
Prev Previous commit
Next Next commit
Satisfy linter
  • Loading branch information
meisenzahl committed Jan 30, 2022
commit 5e05e56c36c7a0bcbc9df6230005c35b83649c6b
2 changes: 1 addition & 1 deletion src/Views/OperatingSystemView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public class About.OperatingSystemView : Gtk.Grid {
if (seconds_remaining == 0) {
return Source.REMOVE;
}

return Source.CONTINUE;
});

Expand Down