diff options
| author | Rutger Broekhoff | 2026-08-28 22:22:24 +0200 |
|---|---|---|
| committer | Rutger Broekhoff | 2026-08-28 22:22:24 +0200 |
| commit | b0d7600970d2fdb1eb6fff813c7336ea34d4e228 (patch) | |
| tree | 051d6f80c7e332f4b31027025ae7c60c7ac70742 /server/src/time.cppm | |
| parent | 70643a9e4821bd11c3f363f1708fe420965467d1 (diff) | |
| download | routemon-b0d7600970d2fdb1eb6fff813c7336ea34d4e228.tar.gz routemon-b0d7600970d2fdb1eb6fff813c7336ea34d4e228.zip | |
Indent tweaks
Diffstat (limited to 'server/src/time.cppm')
| -rw-r--r-- | server/src/time.cppm | 2 |
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(); |