chore: lint

This commit is contained in:
Alex
2024-09-13 08:55:14 +02:00
parent 64d99a5884
commit 6417782af6
13 changed files with 34 additions and 34 deletions

View File

@ -16,7 +16,7 @@ class AModule : public IModule {
~AModule() override;
auto update() -> void override;
virtual auto refresh(int shouldRefresh) -> void{};
virtual auto refresh(int shouldRefresh) -> void {};
operator Gtk::Widget &() override;
auto doAction(const std::string &name) -> void override;