Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisFelipeCoelho committed Jul 28, 2023
1 parent ce24ad3 commit 98c67bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Core/include/Acts/Seeding/BinnedSPGroup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ class BinnedSPGroup {
BinnedSPGroupIterator<external_spacepoint_t> begin();
BinnedSPGroupIterator<external_spacepoint_t> end();

Acts::SpacePointGrid<external_spacepoint_t>& grid() { return *m_grid.get(); }
Acts::SpacePointGrid<external_spacepoint_t>& grid() {
return *m_grid.get();
}

std::size_t skipZMiddleBin() { return m_skipZMiddleBin; }

Expand Down

0 comments on commit 98c67bb

Please sign in to comment.