mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Apply modernize-use-equals-default
This commit is contained in:
committed by
Dennis Klein
parent
9444de5868
commit
6aeac265ec
@@ -23,8 +23,8 @@ namespace fair::mq
|
||||
class StateQueue
|
||||
{
|
||||
public:
|
||||
StateQueue() {}
|
||||
~StateQueue() {}
|
||||
StateQueue() = default;
|
||||
~StateQueue() = default;
|
||||
|
||||
fair::mq::State WaitForNext()
|
||||
{
|
||||
|
Reference in New Issue
Block a user