Skip to content

Commit

Permalink
Remove extra comma in description label parameters
Browse files Browse the repository at this point in the history
Co-authored-by: Leo <lenemter@gmail.com>
  • Loading branch information
edwood-grant and lenemter authored Dec 17, 2024
1 parent 3246d07 commit c0b3f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/ReleaseRow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class AppCenter.Widgets.ReleaseRow : Gtk.Box {
use_markup = true,
max_width_chars = 55,
wrap = true,
xalign = 0,
xalign = 0
};
description_label.add_css_class (Granite.STYLE_CLASS_H3_LABEL);

Expand Down

0 comments on commit c0b3f05

Please sign in to comment.