Skip to content

Commit

Permalink
Minor formatting, see #86
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 21, 2017
1 parent fd4d518 commit 5f94cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/faradays-law/view/MagnetAccessibleDragHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ define( function( require ) {

if ( this.speedState.direction !== null ) {
assert && assert( this.speedState.speedIndex >= 0 && this.speedState.speedIndex < SPEEDS.length,
'speedIndex must correspond to a proper speed' );
'speedIndex must correspond to a proper speed'
);
var deltaX = 0;
var deltaY = 0;
var positionDelta = SPEEDS[ this.speedState.speedIndex ];
Expand Down

0 comments on commit 5f94cd5

Please sign in to comment.