Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
24LopezR committed May 27, 2024
1 parent 7d8696b commit cc14fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoMuon/TrackingTools/src/MuonTrajectoryUpdator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pair<bool, TrajectoryStateOnSurface> MuonTrajectoryUpdator::update(const Traject

if (!lastUpdatedTSOS.isValid()) {
edm::LogInfo(metname) << "Invalid last TSOS, will skip RecHit ";
lastUpdatedTSOS = propagatedTSOS; // Revert update
lastUpdatedTSOS = propagatedTSOS; // Revert update
continue;
}

Expand Down

0 comments on commit cc14fb2

Please sign in to comment.