Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Apr 9, 2024
1 parent e449703 commit b68d679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ ActsExamples::ProcessCode ActsExamples::TrackFindingAlgorithm::execute(
auto firstFirstState =
std::next(firstTrack.trackStatesReversed().begin(),
firstTrack.nTrackStates() - 1);
assert((*firstFirstState).previous() == Acts::kTrackIndexInvalid);
assert((*firstFirstState).previous() == Acts::kTrackIndexInvalid);
auto& secondTracksForSeed = secondResult.value();
for (auto& secondTrack : secondTracksForSeed) {
if (secondTrack.nTrackStates() < 2) {
Expand Down

0 comments on commit b68d679

Please sign in to comment.