From b9cd0287f48309da0ca43da42efb5156afbc41c4 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 1 Jul 2023 11:12:46 +0200 Subject: [PATCH] fix: typo --- src/modules/network.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/network.cpp b/src/modules/network.cpp index e3d0f35..5eef166 100644 --- a/src/modules/network.cpp +++ b/src/modules/network.cpp @@ -94,8 +94,7 @@ waybar::modules::Network::Network(const std::string &id, const Json::Value &conf #ifdef WANT_RFKILL rfkill_{RFKILL_TYPE_WLAN}, #endif - frequency_(0.0), -{ + frequency_(0.0) { // Start with some "text" in the module's label_. update() will then // update it. Since the text should be different, update() will be able