From 66d234a78e764677e872aa5d59d7e4a904e3c990 Mon Sep 17 00:00:00 2001 From: miwr Date: Thu, 10 Apr 2025 16:05:06 +0200 Subject: [PATCH] lint test pass --- src/app/mario/mario.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/mario/mario.component.ts b/src/app/mario/mario.component.ts index 5127497..9e30f65 100644 --- a/src/app/mario/mario.component.ts +++ b/src/app/mario/mario.component.ts @@ -26,9 +26,9 @@ import { Subscription } from 'rxjs'; @HostBinding('style.--sky-color') skyBackground = this.pick(this.skyColors); - jumpingStrength: number = 22 ; - gravity: number = 0.8; - speed: number = 6; + jumpingStrength = 22 ; + gravity = 0.8; + speed = 6; private routeSubscription: Subscription | undefined; mario = {