Skip to content

Commit

Permalink
Whitespace, see #103
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 27, 2024
1 parent cfd8972 commit c503836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/Electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default class Electron {
* Moves the electron to an appropriate point on the next/previous curve. Rescales any "overshoot" of position so
* the distance moved looks approximately the same when moving between curves that have different lengths.
*
* If curves have different lengths, it is possible that we may totally skip a curve.This is handled via
* If curves have different lengths, it is possible that we may totally skip a curve. This is handled via
* recursive calls to switchCurves.
*/
private switchCurves( coilSegmentPosition: number, recursionDepth = 0 ): void {
Expand Down

0 comments on commit c503836

Please sign in to comment.