make the linter happy

This commit is contained in:
vaxerski
2022-08-17 22:03:49 +02:00
parent 123ed36739
commit e2e59a52df
2 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
#include "modules/hyprland/backend.hpp"
#include "modules/hyprland/window.hpp"
#include <spdlog/spdlog.h>
#include "modules/hyprland/backend.hpp"
namespace waybar::modules::hyprland {
Window::Window(const std::string& id, const Bar& bar, const Json::Value& config)
@ -58,4 +59,5 @@ void Window::onEvent(const std::string& ev) {
dp.emit();
}
}
} // namespace waybar::modules::hyprland