Skip to content

Commit 1ba2f82

Browse files
committed
Please consider the following formatting changes
1 parent 9a6fc58 commit 1ba2f82

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
#include "CommonUtils/ConfigurableParamHelper.h"
1616

17-
namespace o2::fdd {
18-
struct FDDRecoConfig: o2::conf::ConfigurableParamHelper<FDDRecoConfig>
17+
namespace o2::fdd
1918
{
20-
double AmplitudeCutOnCollisionTimeWeights = 3;
21-
O2ParamDef(FDDRecoConfig, "FDDRecoConfig");
19+
struct FDDRecoConfig : o2::conf::ConfigurableParamHelper<FDDRecoConfig> {
20+
double AmplitudeCutOnCollisionTimeWeights = 3;
21+
O2ParamDef(FDDRecoConfig, "FDDRecoConfig");
2222
};
23-
}
23+
} // namespace o2::fdd
2424
#endif
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include<DataFormatsFDD/FDDRecoConfig.h>
1+
#include <DataFormatsFDD/FDDRecoConfig.h>
22

33
using namespace o2::fdd;
44
O2ParamImpl(FDDRecoConfig);

0 commit comments

Comments
 (0)