Skip to content

Commit

Permalink
Promote no-multi-spaces to main rules, see phetsims/phet-info#156
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 26, 2021
1 parent 844fb88 commit ea0ca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/least-squares-regression/view/EquationNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class EquationNode extends Node {
let stringTextOptions; // font and fill options for 'pure' strings, eg. 'y'

switch( options.mode ) {
case 'myLine':
case 'myLine':
numericalTextOptions = {
font: LeastSquaresRegressionConstants.TEXT_BOLD_FONT,
fill: LeastSquaresRegressionConstants.MY_LINE_COLOR.BASE_COLOR,
Expand Down

0 comments on commit ea0ca9f

Please sign in to comment.