fix: lint

This commit is contained in:
Alex 2023-04-03 10:06:01 +02:00
parent a6084ea7e6
commit 1445dc4151

View File

@ -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