Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Jan 27, 2024
1 parent 306ab7a commit c47a05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backends/AccentColor/AccentColorManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class SettingsDaemon.Backends.AccentColorManager : GLib.Object {
public string name { get; construct set; }
public string theme { get; construct set; }
public uint32 color { get; construct set; }

public NamedColor (string name, string theme, uint32 color) {
Object (
name: name,
Expand Down

0 comments on commit c47a05e

Please sign in to comment.