From 773ce84f4bf559337e132edd7fcce02a0a2598fd Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 25 Aug 2023 16:48:17 -0600 Subject: prettier formatting --- engine/structures/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/structures/index.ts') diff --git a/engine/structures/index.ts b/engine/structures/index.ts index 49a84af..679dbd4 100644 --- a/engine/structures/index.ts +++ b/engine/structures/index.ts @@ -1,3 +1,3 @@ -export * from "./RefreshingCollisionFinderBehavior"; -export * from "./QuadTree"; -export * from "./Grid"; +export * from './RefreshingCollisionFinderBehavior'; +export * from './QuadTree'; +export * from './Grid'; -- cgit v1.3