From 0cf674cebb05e4231e629fc679b9357d5c3d60ff Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 26 Feb 2021 07:40:35 -0700 Subject: [PATCH] Apply WebStorm formatting, see https://github.com/phetsims/phet-info/issues/155 --- js/common/view/IdealGasLawScreenView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/view/IdealGasLawScreenView.js b/js/common/view/IdealGasLawScreenView.js index ed6e50b9..857c005a 100644 --- a/js/common/view/IdealGasLawScreenView.js +++ b/js/common/view/IdealGasLawScreenView.js @@ -154,7 +154,7 @@ class IdealGasLawScreenView extends BaseScreenView { // Dimensional arrows that indicate container size const containerWidthNode = new ContainerWidthNode( model.container.position, model.container.widthProperty, model.modelViewTransform, widthVisibleProperty, { - tandem: tandem.createTandem( 'containerWidthNode' ) + tandem: tandem.createTandem( 'containerWidthNode' ) } ); // Radio buttons for selecting particle type