diff --git a/web/app/sketcher/tools/arc.js b/web/app/sketcher/tools/arc.js index e7b58897..97d97276 100644 --- a/web/app/sketcher/tools/arc.js +++ b/web/app/sketcher/tools/arc.js @@ -4,7 +4,7 @@ import {Tool} from './tool' import Vector from '../../math/vector' import * as math from '../../math/math'; -export class AddArcTool extends Tool{ +export class AddArcTool extends Tool { constructor(viewer) { super('arc', viewer);