mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 18:11:49 +00:00
Apply modernize-use-equals-default
This commit is contained in:
@@ -20,7 +20,7 @@ namespace bpo = boost::program_options;
|
||||
class Sender : public FairMQDevice
|
||||
{
|
||||
public:
|
||||
Sender() {}
|
||||
Sender() = default;
|
||||
|
||||
void InitTask() override
|
||||
{
|
||||
|
@@ -18,7 +18,7 @@ namespace bpo = boost::program_options;
|
||||
class Synchronizer : public FairMQDevice
|
||||
{
|
||||
public:
|
||||
Synchronizer() {}
|
||||
Synchronizer() = default;
|
||||
|
||||
bool ConditionalRun() override
|
||||
{
|
||||
|
Reference in New Issue
Block a user