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 eaed90a commit 5476cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/FineCoarseSpinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ define( require => {
if ( valueProperty.hasListener( valuePropertyListener ) ) {
valueProperty.unlink( valuePropertyListener );
}

if ( ownsEnabledProperty ) {
this.enabledProperty.dispose();
}
Expand Down Expand Up @@ -194,4 +194,4 @@ define( require => {
}

return sceneryPhet.register( 'FineCoarseSpinner', FineCoarseSpinner );
} );
} );

0 comments on commit 5476cdf

Please sign in to comment.