[CI] clang-tidy auto fixes (manual) (#1122)

Fixes #1121
This commit is contained in:
Alex Kremer
2024-01-16 16:13:52 +00:00
committed by GitHub
parent 34594ff8c0
commit e3b6fc4bd4

View File

@@ -36,6 +36,8 @@ struct TestGlobals {
private:
TestGlobals() = default;
public:
TestGlobals(TestGlobals const&) = delete;
TestGlobals(TestGlobals&&) = delete;
TestGlobals&