diff --git a/src/machines/modelingMachine.ts b/src/machines/modelingMachine.ts index d6ead53b7..fbf29c048 100644 --- a/src/machines/modelingMachine.ts +++ b/src/machines/modelingMachine.ts @@ -141,7 +141,12 @@ interface Store { openPanes: SidebarType[] } -export type SketchTool = 'line' | 'tangentialArc' | 'rectangle' | 'circle' | 'none' +export type SketchTool = + | 'line' + | 'tangentialArc' + | 'rectangle' + | 'circle' + | 'none' export type ModelingMachineEvent = | {