From ea0ca9f6d158faedd01208af3ace1838482edb55 Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 26 Feb 2021 14:28:03 -0700 Subject: [PATCH] Promote no-multi-spaces to main rules, see https://github.com/phetsims/phet-info/issues/156 --- js/least-squares-regression/view/EquationNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/least-squares-regression/view/EquationNode.js b/js/least-squares-regression/view/EquationNode.js index c25d9f8..9dfa767 100644 --- a/js/least-squares-regression/view/EquationNode.js +++ b/js/least-squares-regression/view/EquationNode.js @@ -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,