Skip to content

Commit

Permalink
Reformat files with trailing spaces, see phetsims/chipper#734
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 28, 2019
1 parent 79a2d02 commit 9b298dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/concentration/model/ConcentrationSolution.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ define( require => {
);

// @public {number} percent concentration [0,100]
this.percentConcentrationProperty = new DerivedProperty(
this.percentConcentrationProperty = new DerivedProperty(
[ this.volumeProperty, this.soluteGramsProperty ],
function( volume, soluteGrams ) {
let percentConcentration = 0;
Expand Down

0 comments on commit 9b298dc

Please sign in to comment.