Skip to content

Commit 1698718

Browse files
committed
Please consider the following formatting changes
1 parent f8314de commit 1698718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/TRD/workflow/include/TRDWorkflow/TRDEventDisplayFeedSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace trd
3333
class TRDEventDisplayFeedSpec : public o2::framework::Task
3434
{
3535
public:
36-
TRDEventDisplayFeedSpec(int nEventsMax) : mNeventsMax(nEventsMax) {};
36+
TRDEventDisplayFeedSpec(int nEventsMax) : mNeventsMax(nEventsMax){};
3737
~TRDEventDisplayFeedSpec() override = default;
3838
void init(o2::framework::InitContext& ic) override;
3939
void run(o2::framework::ProcessingContext& pc) override;

0 commit comments

Comments
 (0)