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 e9d9e83 commit 4379764
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/Quadratic.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class Quadratic {
y = yRange.constrainValue( y );
const xValues = this.solveX( y );
assert && assert( xValues, `${'No solution exists, the parabola is likely off the graph. ' +
'x='}${x}, quadratic=${this.toString()}` );
'x='}${x}, quadratic=${this.toString()}` );

if ( this.isaParabola() ) {

Expand Down
2 changes: 1 addition & 1 deletion js/common/view/GQEquationFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const GQEquationFactory = {
*/
createAxisOfSymmetry( axisOfSymmetry ) {
return `${GQSymbols.x} ${MathSymbols.EQUAL_TO} ${
Utils.toFixedNumber( axisOfSymmetry, GQConstants.AXIS_OF_SYMMETRY_DECIMALS )}`;
Utils.toFixedNumber( axisOfSymmetry, GQConstants.AXIS_OF_SYMMETRY_DECIMALS )}`;
}
};

Expand Down

0 comments on commit 4379764

Please sign in to comment.