fix: lint

This commit is contained in:
Alex
2022-05-04 17:29:08 +02:00
parent eec0a8255f
commit 7bbf7c99a3
2 changed files with 15 additions and 13 deletions

View File

@ -9,7 +9,7 @@
namespace waybar::modules {
class IdleInhibitor : public ALabel {
sigc::connection timeout_;
sigc::connection timeout_;
public:
IdleInhibitor(const std::string&, const waybar::Bar&, const Json::Value&);