Skip to content

Commit

Permalink
Make clang-format-16 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Oct 21, 2024
1 parent 6f6641f commit 101c707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/LocatedTriples.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ IdTable LocatedTriplesPerBlock::mergeTriplesImpl(size_t blockIndex,

// Write the given `locatedTriple` to `result` at position `resultIt` and
// advance.
auto writeTripleToResult = [&result, &resultIt](auto &locatedTriple) {
auto writeTripleToResult = [&result, &resultIt](auto& locatedTriple) {
// Write part from `locatedTriple` that also occurs in the input `block` to
// the result.
//
Expand Down

0 comments on commit 101c707

Please sign in to comment.