Skip to content

Commit

Permalink
remove extra spaces, see #43
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Nov 5, 2018
1 parent 2b560f3 commit 6af153a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/standardform/view/RootsNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ define( require => {
rootsVisible && // the Roots checkbox is checked
!!quadratic.roots && // it is not the case that all points on the quadratic are roots
quadratic.roots.length !== 0 // there is at least one root
);
);
visibleProperty.linkAttribute( this, 'visible' );
}
}
Expand Down

0 comments on commit 6af153a

Please sign in to comment.