From 3d8a3bb1d3e67a643eeb1a8ff90890080c92eb90 Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 26 Feb 2021 07:41:12 -0700 Subject: [PATCH] Apply WebStorm formatting, see https://github.com/phetsims/phet-info/issues/155 --- js/friction/model/FrictionModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/friction/model/FrictionModel.js b/js/friction/model/FrictionModel.js index 0d69950c..3f005cfb 100644 --- a/js/friction/model/FrictionModel.js +++ b/js/friction/model/FrictionModel.js @@ -423,7 +423,7 @@ FrictionModel.MAGNIFIED_DRAG_BOUNDS = new Bounds2( 2000 ); // helper function to add a layer of atoms to the model -function addAtomRow( frictionModel, layerDescription, rowStartXPos, rowYPos, isTopAtom) { +function addAtomRow( frictionModel, layerDescription, rowStartXPos, rowYPos, isTopAtom ) { let canEvaporate; const evaporableAtomsRow = [];