run formatter

This commit is contained in:
evanpelle
2026-05-06 21:43:03 -06:00
parent 0976d6f0ec
commit 4d0324c5cc
6 changed files with 26 additions and 46 deletions
+1 -3
View File
@@ -11,9 +11,7 @@ export interface ParabolaOptions {
const PARABOLA_MIN_HEIGHT = 50;
export class ParabolaUniversalPathFinder
implements SteppingPathFinder<TileRef>
{
export class ParabolaUniversalPathFinder implements SteppingPathFinder<TileRef> {
private curve: DistanceBasedBezierCurve | null = null;
private lastTo: TileRef | null = null;