Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 12, 2023
1 parent c1b54da commit 56ca27b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Core/include/Acts/EventData/TrackStateProxy.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
namespace Acts {
template <typename D, std::size_t M, bool ReadOnly>
inline TrackStateProxy<D, M, ReadOnly>::TrackStateProxy(
detail_lt::ConstIf<MultiTrajectory<D>, ReadOnly>& trajectory, IndexType istate)
detail_lt::ConstIf<MultiTrajectory<D>, ReadOnly>& trajectory,
IndexType istate)
: m_traj(&trajectory), m_istate(istate) {}

template <typename D, std::size_t M, bool ReadOnly>
Expand Down Expand Up @@ -73,4 +74,4 @@ inline auto TrackStateProxy<D, M, ReadOnly>::getUncalibratedSourceLink() const
return m_traj->getUncalibratedSourceLink(m_istate);
}

} // namespace Acts
} // namespace Acts

0 comments on commit 56ca27b

Please sign in to comment.