mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-18 19:11:45 +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
|
||||
{
|
||||
|
Reference in New Issue
Block a user