Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Jan 7, 2025
1 parent 5f66adc commit 488e1fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test-froidure-pin-transf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ namespace libsemigroups {
// For dynamic Transf exception is thrown by FroidurePin because degree
// is wrong, for static Transf exception is thrown by make, because the
// container has the wrong size
REQUIRE_THROWS_AS(S.add_generator(to<Transf<N>>({1, 7, 2, 6, 0, 0, 1, 2})),
LibsemigroupsException);
REQUIRE_THROWS_AS(
S.add_generator(to<Transf<N>>({1, 7, 2, 6, 0, 0, 1, 2})),
LibsemigroupsException);
}

void test_idempotent(FroidurePin<Transf<>>& S, Transf<> const& x) {
Expand Down

0 comments on commit 488e1fc

Please sign in to comment.