fix: lint

This commit is contained in:
Alex
2024-06-12 23:08:27 +02:00
parent e8a2882796
commit 0bc43c1aa7
11 changed files with 30 additions and 32 deletions

View File

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