Skip to content

Commit

Permalink
ValaLint can kiss my ass
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed Aug 27, 2023
1 parent 2fd0f53 commit b584753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/ContentView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public class Enigma.ContentView : He.Bin {
settings.settings.bind ("hilight-curr-line", textbox, "highlight-current-line", DEFAULT);
settings.settings.bind ("hilight-brackets", ((GtkSource.Buffer)textbox.get_buffer ()), "highlight-matching-brackets", DEFAULT);

var gutter = textbox.get_gutter(Gtk.TextWindowType.LEFT);
var gutter = textbox.get_gutter (Gtk.TextWindowType.LEFT);
gutter.add_css_class ("gutter-padding-fix");
gutter.add_css_class ("bottom-bar");
}
Expand Down

0 comments on commit b584753

Please sign in to comment.