Skip to content

Commit 6d90508

Browse files
committed
fix: Add missing newline at end of pidFeatureExtractor.cxx
1 parent 1c9775c commit 6d90508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/PIDFeatureExtractor/PIDFeatureExtractor.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,4 +430,4 @@ struct PIDFeatureExtractor {
430430
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
431431
{
432432
return WorkflowSpec{adaptAnalysisTask<PIDFeatureExtractor>(cfgc)};
433-
}
433+
}

0 commit comments

Comments
 (0)