Skip to content

Commit

Permalink
fix bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Mar 20, 2024
1 parent ba364a8 commit cb4ec6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Widgets/Settings.vala
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ namespace Granite {
accent_color = "#3689e6";
}

private void update_color (GLib.Variant color) {
Gdk.RGBA rgba = {0, 0, 0, 1};
color.get ("(ddd)", out rgba.red, out rgba.green, out rgba.blue);
private void update_color (GLib.Variant color) {
Gdk.RGBA rgba = {0, 0, 0, 1};
color.get ("(ddd)", out rgba.red, out rgba.green, out rgba.blue);

accent_color = rgba.to_string ();
}
accent_color = rgba.to_string ();
}

private void setup_prefers_color_scheme () {
try {
Expand Down

0 comments on commit cb4ec6e

Please sign in to comment.