fix: formatted with clang

This commit is contained in:
Guilherme Daher
2026-08-12 17:06:44 -03:00
parent 5ef2da41be
commit e92f280a94
+2 -1
View File
@@ -169,7 +169,8 @@ class Workspaces : public AModule, public EventHandler {
enum class SortMethod { ID, NAME, NUMBER, SPECIAL_CENTERED, DEFAULT };
SortMethod m_sortBy = SortMethod::DEFAULT;
static inline const std::map<std::string, SortMethod> m_sortMap = {{"ID", SortMethod::ID},
static inline const std::map<std::string, SortMethod> m_sortMap = {
{"ID", SortMethod::ID},
{"NAME", SortMethod::NAME},
{"NUMBER", SortMethod::NUMBER},
{"SPECIAL-CENTERED", SortMethod::SPECIAL_CENTERED},