[olympic,nostalgia] Cleanup style
All checks were successful
Build / build (push) Successful in 1m18s

This commit is contained in:
2025-06-24 01:59:22 -05:00
parent f847289bd4
commit 9f040392c7
30 changed files with 93 additions and 93 deletions

View File

@ -23,8 +23,8 @@ class Context final {
Context() noexcept = default;
Context(Context &other) noexcept = delete;
Context(Context const&other) noexcept = delete;
Context(Context const&&other) noexcept = delete;
Context(Context const &other) noexcept = delete;
Context(Context const &&other) noexcept = delete;
};