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 01a3157 commit 4cdf9bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ define( require => {
}
];

const buttonSpacing = contentWidth - ( options.xMargin * 2 ) - ( radioButtonsContent[ 0 ].node.width * 2 ) - SELECTED_LINE_WIDTH * 2;
const buttonSpacing = contentWidth - ( options.xMargin * 2 ) - ( radioButtonsContent[ 0 ].node.width * 2 ) - SELECTED_LINE_WIDTH * 2;
assert && assert( buttonSpacing > 0, 'buttons must have non zero spacing' );

const radioButtons = new RadioButtonGroup( stickingToTrackProperty, radioButtonsContent,
Expand Down
4 changes: 2 additions & 2 deletions js/energy-skate-park/graphs/view/GraphLines.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ define( require => {

/**
* Redraw the canvas content.
*
*
* @param {CanvasContext2D} context
*/
paintCanvas: function( context ) {
Expand Down Expand Up @@ -79,7 +79,7 @@ define( require => {
// this involves a calculation for the energy,
// that is way too many calculations!!
// Use SkaterSamples or something with this information stored>
var energy;
var energy;
if ( energyType === 'thermal' ) {
energy = point.thermalEnergy;
}
Expand Down

0 comments on commit 4cdf9bf

Please sign in to comment.