From 216fd6e1a5cb3a3c5f6dbdd38252b27b08810aa9 Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 22 Jan 2021 16:33:08 -0700 Subject: [PATCH] Formatting --- js/lab/view/LabScreenView.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/js/lab/view/LabScreenView.js b/js/lab/view/LabScreenView.js index 9d92321..02e602f 100644 --- a/js/lab/view/LabScreenView.js +++ b/js/lab/view/LabScreenView.js @@ -22,8 +22,12 @@ class LabScreenView extends CCKCScreenView { * @param {Object} [options] */ constructor( model, tandem, options ) { - const circuitElementToolFactory = new CircuitElementToolFactory( model.circuit, model.showLabelsProperty, model.viewTypeProperty, - point => this.circuitLayerNode.globalToLocalPoint( point ) ); + const circuitElementToolFactory = new CircuitElementToolFactory( + model.circuit, + model.showLabelsProperty, + model.viewTypeProperty, + point => this.circuitLayerNode.globalToLocalPoint( point ) + ); const wireToolNode = circuitElementToolFactory.createWireToolNode( CCKCConstants.NUMBER_OF_WIRES, tandem.createTandem( 'wireToolNode' ) );