From 7dd83998e7a8225ccca59cf94c075bb7e5c0d24f Mon Sep 17 00:00:00 2001 From: Lint Action Date: Tue, 15 Oct 2024 19:27:08 +0000 Subject: [PATCH] Fix code style issues with clang_format --- src/pathanimation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pathanimation.h b/src/pathanimation.h index 7a94b45c4..e4f546dfc 100644 --- a/src/pathanimation.h +++ b/src/pathanimation.h @@ -22,7 +22,7 @@ struct PathSegment { class PathAnimation : public Animation { public: - PathAnimation() : PathAnimation(std::vector()) {}; + PathAnimation() : PathAnimation(std::vector()){}; PathAnimation(std::vector segments); std::vector Path;