fix: lint
This commit is contained in:
parent
a6084ea7e6
commit
1445dc4151
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue