style: fix clang-format

This commit is contained in:
Vaxry
2024-04-24 16:45:54 +01:00
parent d27b5985c1
commit 4540d8ccd5
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ struct SWindowRule {
};
struct SInitialWorkspaceToken {
CWindow* primaryOwner = nullptr;
CWindow* primaryOwner = nullptr;
std::string workspace;
};