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

@@ -273,7 +273,7 @@ TaskDlgFemConstraintPlaneRotation::TaskDlgFemConstraintPlaneRotation(ViewProvide
{
this->ConstraintView = ConstraintView;
assert(ConstraintView);
this->parameter = new TaskFemConstraintPlaneRotation(ConstraintView);;
this->parameter = new TaskFemConstraintPlaneRotation(ConstraintView);
Content.push_back(parameter);
}