From c7f0c53f62dcc06dd49a2d6b1f04e18465588ac8 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Mon, 9 Dec 2024 16:26:39 +0000 Subject: [PATCH] Format --- include/libsemigroups/kambites.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/libsemigroups/kambites.hpp b/include/libsemigroups/kambites.hpp index b391461a9..222f5b069 100644 --- a/include/libsemigroups/kambites.hpp +++ b/include/libsemigroups/kambites.hpp @@ -267,11 +267,11 @@ namespace libsemigroups { template Kambites(congruence_kind knd, Presentation 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(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(p, [](auto x) { return x; })) { throw_if_1_sided(knd); }