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