fix: lint

This commit is contained in:
Alex
2024-06-12 23:08:27 +02:00
parent e8a2882796
commit 0bc43c1aa7
11 changed files with 30 additions and 32 deletions

View File

@ -71,7 +71,7 @@ struct TestObject {
unsigned copied = 0;
unsigned moved = 0;
TestObject(const T& v) : value(v){};
TestObject(const T& v) : value(v) {};
~TestObject() = default;
TestObject(const TestObject& other)