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/components/Control.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/components/Control.ts') diff --git a/engine/components/Control.ts b/engine/components/Control.ts index a8dae59..beec82c 100644 --- a/engine/components/Control.ts +++ b/engine/components/Control.ts @@ -1,4 +1,4 @@ -import { Component, ComponentNames, Velocity } from "."; +import { Component, ComponentNames, Velocity } from '.'; export class Control extends Component { public controlVelocityComponent: Velocity; @@ -6,7 +6,7 @@ export class Control extends Component { constructor( controllableBy: string, - controlVelocityComponent: Velocity = new Velocity(), + controlVelocityComponent: Velocity = new Velocity() ) { super(ComponentNames.Control); -- cgit v1.2.3-70-g09d2