Skip to content

Commit 55a2fad

Browse files
committed
Please consider the following formatting changes
1 parent 474b59c commit 55a2fad

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Common/DataModel/ZDCInterCalib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ DECLARE_SOA_TABLE(ZDCInterCalib, "AOD", "ZDCIC", o2::soa::Index<>,
5050
znoutput::ZNCpm4);
5151
} // namespace o2::aod
5252

53-
#endif // COMMON_DATAMODEL_ZDCINTERCALIB_H_
53+
#endif // COMMON_DATAMODEL_ZDCINTERCALIB_H_

Common/TableProducer/zdc-task-intercalib.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ struct zdcInterCalib {
150150
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
151151
{
152152
return WorkflowSpec{
153-
adaptAnalysisTask<zdcInterCalib>(cfgc)
154-
};
155-
}
153+
adaptAnalysisTask<zdcInterCalib>(cfgc)};
154+
}
155+

0 commit comments

Comments
 (0)