Sketcher: remove extra semicolon

This commit is contained in:
Abdullah Tahiri
2022-02-06 07:02:13 +01:00
parent b7fb430e67
commit faf60a5ed4

View File

@@ -1070,7 +1070,7 @@ void CmdSketcherInsertKnot::activated(int iMsg)
// Warning: GeoId list might have changed
// as the consequence of deleting pole circles and
// particularly B-spline GeoID might have changed.
};
}
}
catch (const Base::CADKernelError& e) {
e.ReportException();