Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Feb 26, 2025
1 parent ae66a58 commit 248071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index_range.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ auto main() -> int { // NOLINT(readability-function-cognitive-complexity,bugpro

ies.prev_canonical(i, j);
BOOST_TEST( i == 0 );
BOOST_TEST( j == 0);
BOOST_TEST( j == 0);
}

// test prev canonical 2D
Expand Down

0 comments on commit 248071e

Please sign in to comment.