Skip to content

Commit

Permalink
remove trailing spaces, #115
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 10, 2019
1 parent 3311b04 commit 6f00ec4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion js/common/view/CollisionCounterCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ define( require => {
}

return gasProperties.register( 'CollisionCounterCheckbox', CollisionCounterCheckbox );
} );
} );
2 changes: 1 addition & 1 deletion js/common/view/DimensionalArrowsNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ define( require => {
}

return gasProperties.register( 'DimensionalArrowsNode', DimensionalArrowsNode );
} );
} );
3 changes: 1 addition & 2 deletions js/common/view/GasPropertiesBicyclePumpNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ define( require => {
}

return gasProperties.register( 'GasPropertiesBicyclePumpNode', GasPropertiesBicyclePumpNode );
} );

} );
3 changes: 1 addition & 2 deletions js/common/view/ParticleTypeRadioButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ define( require => {
}

return gasProperties.register( 'ParticleTypeRadioButtonGroup', ParticleTypeRadioButtonGroup );
} );

} );
3 changes: 1 addition & 2 deletions js/common/view/ParticlesAccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,4 @@ define( require => {
}

return gasProperties.register( 'ParticlesAccordionBox', ParticlesAccordionBox );
} );

} );
2 changes: 1 addition & 1 deletion js/common/view/StopwatchCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ define( require => {
}

return gasProperties.register( 'StopwatchCheckbox', StopwatchCheckbox );
} );
} );
3 changes: 1 addition & 2 deletions js/common/view/StopwatchNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,4 @@ define( require => {
}

return gasProperties.register( 'StopwatchNode', StopwatchNode );
} );

} );
3 changes: 1 addition & 2 deletions js/energy/view/EnergyToolsPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ define( require => {
}

return gasProperties.register( 'EnergyToolsPanel', EnergyToolsPanel );
} );

} );
3 changes: 1 addition & 2 deletions js/explore/view/ExploreToolsPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ define( require => {
}

return gasProperties.register( 'ExploreToolsPanel', ExploreToolsPanel );
} );

} );
2 changes: 1 addition & 1 deletion js/ideal/view/AnimatedHeaterCoolerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ define( require => {
}

return gasProperties.register( 'AnimatedHeaterCoolerNode', AnimatedHeaterCoolerNode );
} );
} );
3 changes: 1 addition & 2 deletions js/ideal/view/IdealControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,4 @@ define( require => {
}

return gasProperties.register( 'IdealControlPanel', IdealControlPanel );
} );

} );

0 comments on commit 6f00ec4

Please sign in to comment.