chore: cpplint fixes hyprland classes

This commit is contained in:
Austin Horstman
2023-09-02 23:34:11 -05:00
parent 8fc4187713
commit 4cb8efbecc
5 changed files with 8 additions and 9 deletions

View File

@@ -4,8 +4,7 @@
#include <xkbcommon/xkbcommon.h>
#include <xkbcommon/xkbregistry.h>
#include <util/sanitize_str.hpp>
#include "util/sanitize_str.hpp"
#include "util/string.hpp"
namespace waybar::modules::hyprland {
@@ -97,7 +96,6 @@ void Language::initLanguage() {
spdlog::debug("hyprland language initLanguage found {}", layout_.full_name);
dp.emit();
} catch (std::exception& e) {
spdlog::error("hyprland language initLanguage failed with {}", e.what());
}