From 70643a9e4821bd11c3f363f1708fe420965467d1 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Fri, 28 Aug 2026 22:17:10 +0200 Subject: Format again --- server/src/time.cppm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/time.cppm') diff --git a/server/src/time.cppm b/server/src/time.cppm index 907cec4..d77a30b 100644 --- a/server/src/time.cppm +++ b/server/src/time.cppm @@ -31,7 +31,7 @@ public: } [[nodiscard]] auto except(period other) const - -> std::pair, std::optional> + -> std::pair, std::optional> { auto const before_start = start_; auto const before_end = other.start(); @@ -84,7 +84,7 @@ class period_seq if (preds.size() < 2) throw std::logic_error{ - "period_seq::consolidate: amount of predicates should be >= 2" + "period_seq::consolidate: amount of predicates should be >= 2" }; if (preds.front().second != ge) throw std::logic_error{"period_seq::consolidate: first element of preds " -- cgit v1.3