Skip to content

Commit

Permalink
fix: 🚨 fix minor linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Apr 5, 2024
1 parent d766351 commit 0efa851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/coordinate/StateVector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
* SOFTWARE.
*/

import { ClassicalElements, TAU, Earth, Kilometers, KilometersPerSecond, Minutes, EpochUTC, Vector3D } from '../main.js';
import { ClassicalElements, TAU, Earth, Kilometers, KilometersPerSecond, Minutes, EpochUTC, Vector3D }
from '../main.js';

/**
* A state vector is a set of coordinates used to specify the position and
Expand Down

0 comments on commit 0efa851

Please sign in to comment.