Apply clang-format

This commit is contained in:
Martchus 2020-10-31 20:31:04 +01:00
parent 1f4fabcd9f
commit e6f4bf3561
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public:
constexpr TimeSpan operator-(const TimeSpan &other) const;
constexpr TimeSpan operator*(double factor) const;
constexpr TimeSpan operator/(double factor) const;
constexpr double operator /(TimeSpan other) const;
constexpr double operator/(TimeSpan other) const;
TimeSpan &operator+=(const TimeSpan &other);
TimeSpan &operator-=(const TimeSpan &other);
TimeSpan &operator*=(double factor);