Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Dec 9, 2024
1 parent 68ecbbc commit c7f0c53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/libsemigroups/kambites.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@ namespace libsemigroups {
template <typename OtherWord>
Kambites(congruence_kind knd, Presentation<OtherWord> const& p)
: Kambites(
knd,
// The lambda in the next line converts, say, chars to
// size_ts, but doesn't convert size_ts to human_readable
// characters.
to_presentation<native_word_type>(p, [](auto x) { return x; })) {
knd,
// The lambda in the next line converts, say, chars to
// size_ts, but doesn't convert size_ts to human_readable
// characters.
to_presentation<native_word_type>(p, [](auto x) { return x; })) {
throw_if_1_sided(knd);
}

Expand Down

0 comments on commit c7f0c53

Please sign in to comment.