From f729691bfd17bae7ad283df7c92d59481f7ee34b Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 26 Feb 2021 07:39:48 -0700 Subject: [PATCH] Apply WebStorm formatting, see https://github.com/phetsims/phet-info/issues/155 --- js/lab/view/LabScreenView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/lab/view/LabScreenView.js b/js/lab/view/LabScreenView.js index 6f39dff..d3c7a47 100644 --- a/js/lab/view/LabScreenView.js +++ b/js/lab/view/LabScreenView.js @@ -34,7 +34,7 @@ class LabScreenView extends EqualityExplorerScreenView { * @override */ createSceneNode( scene, sceneProperty, equationAccordionBoxExpandedProperty, - snapshotsAccordionBoxExpandedProperty, layoutBounds, options ) { + snapshotsAccordionBoxExpandedProperty, layoutBounds, options ) { return new LabSceneNode( scene, sceneProperty, equationAccordionBoxExpandedProperty, snapshotsAccordionBoxExpandedProperty, layoutBounds, options ); }