Skip to content

Commit

Permalink
Fix code style issues with clang_format
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Oct 15, 2024
1 parent 2133aa1 commit 7dd8399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pathanimation.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct PathSegment {

class PathAnimation : public Animation {
public:
PathAnimation() : PathAnimation(std::vector<PathSegment>()) {};
PathAnimation() : PathAnimation(std::vector<PathSegment>()){};
PathAnimation(std::vector<PathSegment> segments);

std::vector<PathSegment> Path;
Expand Down

0 comments on commit 7dd8399

Please sign in to comment.