Skip to content
Snippets Groups Projects
Commit f8eb647c authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot]
Browse files

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
parent 58aec226
No related branches found
No related tags found
No related merge requests found
Pipeline #46319 passed
......@@ -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);
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment