Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Jul 1, 2023
1 parent cc4370f commit 9d741f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions include/modules/hyprland/backend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <mutex>
#include <string>
#include <thread>

#include "util/json.hpp"

namespace waybar::modules::hyprland {
Expand Down
2 changes: 1 addition & 1 deletion include/modules/sway/ipc/client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#include <cstring>
#include <memory>
#include <stdexcept>
#include <mutex>
#include <stdexcept>
#include <string>

#include "ipc.hpp"
Expand Down
3 changes: 2 additions & 1 deletion src/modules/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ 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 9d741f8

Please sign in to comment.