fix linter

This commit is contained in:
vaxerski 2022-08-18 19:02:46 +02:00
parent 43c3ca1d38
commit ed6467e785

View File

@ -1,8 +1,8 @@
#include "modules/hyprland/language.hpp"
#include <spdlog/spdlog.h>
#include <xkbcommon/xkbregistry.h>
#include <xkbcommon/xkbcommon.h>
#include <xkbcommon/xkbregistry.h>
#include "modules/hyprland/backend.hpp"
@ -123,7 +123,7 @@ std::string Language::getShortFrom(const std::string& fullName) {
return briefName;
}
rxkb_context_unref(CONTEXT);
return "";