Removed redundant semicolons from code.

This commit is contained in:
23rd
2023-12-28 15:15:09 +03:00
committed by John Preston
parent 1cb5ef7476
commit c2712b0104
10 changed files with 10 additions and 10 deletions

View File

@@ -132,7 +132,7 @@ private:
[[nodiscard]] bool isFinished() const;
private:
crl::time _startedAt = 0;;
crl::time _startedAt = 0;
std::vector<anim::value> _animValues;
PiePartData _current;
bool _isFinished = true;