chore: lint

This commit is contained in:
Alex
2024-09-13 08:55:14 +02:00
parent 64d99a5884
commit 6417782af6
13 changed files with 34 additions and 34 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)