Skip to content

Commit 1980ee4

Browse files
committed
odb: clang-tidy
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 5f753b3 commit 1980ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odb/src/db/dbBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,7 +2488,7 @@ int dbBlock::getGCellTileSize()
24882488
std::vector<int> track_spacings = {getAverageTrackSpacing(2),
24892489
getAverageTrackSpacing(3),
24902490
getAverageTrackSpacing(4)};
2491-
std::sort(track_spacings.begin(), track_spacings.end());
2491+
std::ranges::sort(track_spacings);
24922492

24932493
return track_spacings[1] * pitches_in_tile;
24942494
}

0 commit comments

Comments
 (0)