From e8942feefc1b3231ceef74cd7db705f41d4a2dfd Mon Sep 17 00:00:00 2001 From: vaxerski Date: Thu, 18 Aug 2022 18:05:40 +0200 Subject: [PATCH] fix linter more --- src/modules/hyprland/language.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/hyprland/language.cpp b/src/modules/hyprland/language.cpp index f5dd767..7daf64d 100644 --- a/src/modules/hyprland/language.cpp +++ b/src/modules/hyprland/language.cpp @@ -71,8 +71,7 @@ void Language::onEvent(const std::string& ev) { void Language::initLanguage() { const auto INPUTDEVICES = gIPC->getSocket1Reply("devices"); - if (!config_.isMember("keyboard-name")) - return; + if (!config_.isMember("keyboard-name")) return; const auto KEEBNAME = config_["keyboard-name"].asString();