Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed May 27, 2024
1 parent 891f26c commit 7215094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/TPC/simulation/src/Detector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3221,6 +3221,6 @@ ClassImp(o2::tpc::Detector);
extern "C" {
o2::base::Detector* create_detector_tpc(bool active)
{
return o2::tpc::Detector::create( active);
return o2::tpc::Detector::create(active);
}
}

0 comments on commit 7215094

Please sign in to comment.