Skip to content

Commit

Permalink
Apply WebStorm formatting, see phetsims/phet-info#155
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 26, 2021
1 parent 2ad2901 commit 3d8a3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/friction/model/FrictionModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 3d8a3bb

Please sign in to comment.