Skip to content

Commit

Permalink
Reformat with WebStorm formatter, see phetsims/chipper#814
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 16, 2021
1 parent 27b54fe commit bf4e24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/common/model/MultipleParticleModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ class MultipleParticleModel extends PhetioObject {

assert && assert( this.moleculeDataSet.numberOfAtoms === this.scaledAtoms.length,
`Inconsistent number of normalized versus non-normalized atoms, ${
this.moleculeDataSet.numberOfAtoms}, ${this.scaledAtoms.length}`
this.moleculeDataSet.numberOfAtoms}, ${this.scaledAtoms.length}`
);
const positionMultiplier = this.particleDiameter;
const atomPositions = this.moleculeDataSet.atomPositions;
Expand Down
2 changes: 1 addition & 1 deletion js/common/model/SigmaTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const SigmaTable = {
}
else {
assert && assert( false, `Error: sigma data not available for this combination of molecules: ${atomType1
}, ${atomType2}` );
}, ${atomType2}` );
return ( SOMConstants.MAX_SIGMA - SOMConstants.MIN_SIGMA ) / 2;
}
}
Expand Down

0 comments on commit bf4e24f

Please sign in to comment.