Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Jul 1, 2023
1 parent 9d741f8 commit b9cd028
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9cd028

Please sign in to comment.