chore: cpplint fixes hyprland classes

This commit is contained in:
Austin Horstman
2023-09-02 23:34:11 -05:00
parent 8fc4187713
commit 4cb8efbecc
5 changed files with 8 additions and 9 deletions

View File

@@ -327,7 +327,7 @@ Workspace::Workspace(const Json::Value &workspace_data)
button_.set_relief(Gtk::RELIEF_NONE);
content_.set_center_widget(label_);
button_.add(content_);
};
}
void add_or_remove_class(const Glib::RefPtr<Gtk::StyleContext> &context, bool condition,
const std::string &class_name) {