Skip to content

Commit

Permalink
Remove unnecessary semicolon
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
  • Loading branch information
maxaehle and pcarruscag authored Feb 15, 2024
1 parent 19ab7ff commit 73c59fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/include/option_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ class COptionActDisk : public COptionBase {
delete[] marker_outlet;

SetDefault();
};
}

string SetValue(const vector<string>& option_value) override {
COptionBase::SetValue(option_value);
Expand Down

0 comments on commit 73c59fb

Please sign in to comment.