mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 10:01:47 +00:00
Apply modernize-use-equals-default
This commit is contained in:
@@ -29,7 +29,7 @@ namespace fair::mq
|
||||
class BenchmarkSampler : public Device
|
||||
{
|
||||
public:
|
||||
BenchmarkSampler() {}
|
||||
BenchmarkSampler() = default;
|
||||
|
||||
void InitTask() override
|
||||
{
|
||||
|
Reference in New Issue
Block a user