mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
code format
This commit is contained in:
parent
3bce2d9862
commit
8945e95fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue