Skip to content
Snippets Groups Projects
Commit 2ddd8ad0 authored by Gitlab CI's avatar Gitlab CI Committed by Sascha Stahl
Browse files

Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb/Rec/-/jobs/34699797
parent 44b5c2cf
No related branches found
No related tags found
No related merge requests found
Pipeline #6612894 passed
......@@ -27,8 +27,7 @@ namespace {
/** @class EventVariableMonitor EventVariableMonitor.cpp
*/
struct EventVariableMonitor final : public base_type {
EventVariableMonitor( const std::string& name, ISvcLocator* pSvcLocator )
: base_type{name, pSvcLocator, {}} {}
EventVariableMonitor( const std::string& name, ISvcLocator* pSvcLocator ) : base_type{name, pSvcLocator, {}} {}
void operator()() const override {
auto const& functor = getFunctor<VoidFunctor>();
......@@ -69,4 +68,3 @@ private:
};
DECLARE_COMPONENT_WITH_ID( EventVariableMonitor, "Monitor__EventVariable" )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment