FEM: remote superfluous double semicolons [skip ci]

This commit is contained in:
luz paz
2020-12-28 07:58:41 -05:00
committed by Bernd Hahnebach
parent bb501c336f
commit cfebd3f1e6
12 changed files with 12 additions and 12 deletions

View File

@@ -394,7 +394,7 @@ TaskDlgFemConstraintForce::TaskDlgFemConstraintForce(ViewProviderFemConstraintFo
{
this->ConstraintView = ConstraintView;
assert(ConstraintView);
this->parameter = new TaskFemConstraintForce(ConstraintView);;
this->parameter = new TaskFemConstraintForce(ConstraintView);
Content.push_back(parameter);
}