From c503836bdee00df9d97d63af1465b279b340d208 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 27 Mar 2024 11:56:43 -0600 Subject: [PATCH] Whitespace, see https://github.com/phetsims/faradays-electromagnetic-lab/issues/103 --- js/common/model/Electron.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/model/Electron.ts b/js/common/model/Electron.ts index 57748be9..f60ce32c 100644 --- a/js/common/model/Electron.ts +++ b/js/common/model/Electron.ts @@ -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 {