style: fix formatting

This commit is contained in:
peelz
2025-06-21 10:54:16 -04:00
parent dfbf1ff2a0
commit b8a985d606
2 changed files with 4 additions and 4 deletions

View File

@ -272,7 +272,7 @@ void waybar::modules::Network::worker() {
const std::string waybar::modules::Network::getNetworkState() const {
#ifdef WANT_RFKILL
if (rfkill_.getState()) return "disabled";
if (rfkill_.getState()) return "disabled";
#endif
if (ifid_ == -1) {
return "disconnected";