Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent cc44956 commit 7d9934d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/sot/pattern-generator/next-step.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class SOTNEXTSTEP_EXPORT NextStep : public Entity {
virtual void starter(const int &timeCurr);
virtual void stoper(const int &timeCurr);

virtual void introductionCallBack(const int &){};
virtual void introductionCallBack(const int &) {};

int &triggerCall(int &dummy, int timeCurr);

Expand Down
2 changes: 1 addition & 1 deletion include/sot/pattern-generator/step-computer.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class StepComputer {
public: // Methods
virtual void changeFirstStep(StepQueue &queue, int timeCurr) = 0;
virtual void nextStep(StepQueue &queue, int timeCurr) = 0;
virtual ~StepComputer(){};
virtual ~StepComputer() {};
};

} // namespace sot
Expand Down

0 comments on commit 7d9934d

Please sign in to comment.