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 45026db commit d3bae47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/game/view/NonInteractiveSchematicAtomNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ define( require => {
* @constructor
*/
function NonInteractiveSchematicAtomNode( numberAtom, modelViewTransform, tandem ) {
Node.call( this, { pickable: false } );
Node.call( this, { pickable: false } );

// Add the electron shells.
const particleAtom = new ParticleAtom( { tandem: tandem.createTandem( 'particleAtom' ) } );
Expand Down
2 changes: 1 addition & 1 deletion js/game/view/ParticleCountsNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ define( require => {
*/
function ParticleCountsNode( numberAtom, options ) {

Node.call( this, options );
Node.call( this, options );

options = _.extend( { font: new PhetFont( 24 ) }, options );

Expand Down
2 changes: 1 addition & 1 deletion js/game/view/SchematicToChargeChallengeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ define( require => {
tandem: tandem.createTandem( 'chargeAnswerProperty' ),
numberType: 'Integer'
} );
ChallengeView.call( this, schematicToChargeChallenge, layoutBounds, tandem );
ChallengeView.call( this, schematicToChargeChallenge, layoutBounds, tandem );
const self = this;

// Create the model-view transform used by the schematic atom.
Expand Down
2 changes: 1 addition & 1 deletion js/game/view/SchematicToSymbolChallengeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define( require => {
interactiveCharge: toSymbolChallenge.configurableCharge
} );

ChallengeView.call( this, toSymbolChallenge, layoutBounds, tandem );
ChallengeView.call( this, toSymbolChallenge, layoutBounds, tandem );

// Add the interactive symbol.
this.interactiveSymbolNode.scale( 0.75 );
Expand Down

0 comments on commit d3bae47

Please sign in to comment.