From 1445dc41513e62c4a7148516798046de15dc8143 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 3 Apr 2023 10:06:01 +0200 Subject: [PATCH] fix: lint --- src/modules/hyprland/language.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/hyprland/language.cpp b/src/modules/hyprland/language.cpp index cfc24f8..3dfdb83 100644 --- a/src/modules/hyprland/language.cpp +++ b/src/modules/hyprland/language.cpp @@ -132,7 +132,7 @@ auto Language::getLayout(const std::string& fullName) -> Layout { spdlog::debug("hyprland language didn't find matching layout"); - return Layout {"", "", "", ""}; + return Layout{"", "", "", ""}; } } // namespace waybar::modules::hyprland