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 94ded59 commit 8f1d3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/macro/model/MacroModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class MacroModel {

// @public optional pH meter to the left of the drain faucet
this.pHMeter = null;
if ( options.includePHMeter) {
if ( options.includePHMeter ) {
const pHMeterPosition = new Vector2( this.drainFaucet.position.x - 300, 75 );
this.pHMeter = new MacroPHMeter(
pHMeterPosition,
Expand Down

0 comments on commit 8f1d3d1

Please sign in to comment.