mirror of
https://github.com/Alexays/Waybar.git
synced 2026-03-08 00:25:44 +00:00
fix: lint
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user