From 2fc5e65f852079121f9a8da8f820714ca7ff2d52 Mon Sep 17 00:00:00 2001 From: Tim Kainz Date: Fri, 24 Apr 2026 00:42:23 +0200 Subject: [PATCH] remove unnecessary newlines --- .../interactive-background/interactive-background.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/interactive-background/interactive-background.ts b/src/components/interactive-background/interactive-background.ts index 0002ee0..91a3da5 100644 --- a/src/components/interactive-background/interactive-background.ts +++ b/src/components/interactive-background/interactive-background.ts @@ -55,11 +55,4 @@ export class InteractiveBackground implements AfterViewInit { ctx.fillStyle = gradient; ctx.fillRect(0, 0, width, height); } - - } - - - - -