More clang-tidy cleanup

This commit is contained in:
Dan Paulat 2024-12-16 06:26:48 -06:00
parent 80c3cb70d2
commit 0c17744bc6
3 changed files with 7 additions and 7 deletions

View file

@ -782,7 +782,7 @@ void Level2ProductView::ComputeSweep()
continue;
}
std::size_t vertexCount =
const std::size_t vertexCount =
(gate > 0) ? kVerticesPerGate_ : kVerticesPerOriginGate_;
// Allow pointer arithmetic here, as bounds have already been checked