Skip to content

Commit

Permalink
Add spacing before line comment, see #30
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Feb 28, 2018
1 parent fb27f40 commit 0ba1b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/model/ISLCModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ define( function( require ) {
* @return {number} the distance between the objects' centers
*/
getMinDistance: function( value ) {

// calculate radius for masses and charges at maximum mass/charge
var minRadius = this.object1.calculateRadius( value );
return ( 2 * minRadius ) + this.minSeparationBetweenObjects;
Expand Down

0 comments on commit 0ba1b22

Please sign in to comment.