Skip to content

Commit 431ba6b

Browse files
committed
Please consider the following formatting changes
1 parent 9863bc2 commit 431ba6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Detectors/Upgrades/ALICE3/TRK/simulation/include/TRKSimulation/Detector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Detector : public o2::base::DetImpl<Detector>
9090
GeometryTGeo* mGeometryTGeo; //!
9191
std::vector<o2::itsmft::Hit>* mHits; // ITSMFT ones for the moment
9292
std::vector<TRKLayer> mLayers;
93-
TRKServices mServices; // Houses the services of the TRK, but not the Iris tracker
93+
TRKServices mServices; // Houses the services of the TRK, but not the Iris tracker
9494

9595
std::vector<std::string> mFirstOrLastLayers; // Names of the first or last layers
9696
bool InsideFirstOrLastLayer(std::string layerName);

Detectors/Upgrades/ALICE3/TRK/simulation/src/TRKServices.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ void TRKServices::registerVacuum(TGeoVolume* motherVolume)
175175
// Add the vacuum to the barrel
176176
vacuumVolume->SetLineColor(kAzure + 7);
177177
vacuumVolume->SetTransparency(80);
178-
178+
179179
motherVolume->AddNode(vacuumVolume, 1, new TGeoTranslation(0, 0, 0));
180180
}
181181

0 commit comments

Comments
 (0)