From 8945e95fd7c23a369165cf97a6dfc2dbb55da9f2 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Sun, 27 Nov 2016 23:28:42 -0800 Subject: [PATCH] code format --- web/app/sketcher/tools/arc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);