summaryrefslogtreecommitdiffstats
path: root/server/src/time.cppm
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/time.cppm')
-rw-r--r--server/src/time.cppm2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/time.cppm b/server/src/time.cppm
index d77a30b..8f53bd9 100644
--- a/server/src/time.cppm
+++ b/server/src/time.cppm
@@ -31,7 +31,7 @@ public:
31 } 31 }
32 32
33 [[nodiscard]] auto except(period other) const 33 [[nodiscard]] auto except(period other) const
34 -> std::pair<std::optional<period>, std::optional<period>> 34 -> std::pair<std::optional<period>, std::optional<period>>
35 { 35 {
36 auto const before_start = start_; 36 auto const before_start = start_;
37 auto const before_end = other.start(); 37 auto const before_end = other.start();