remove unnecessary newlines
All checks were successful
publish.yml / publish (push) Successful in 46s

This commit is contained in:
2026-04-24 00:42:23 +02:00
parent 38f1db1321
commit 2fc5e65f85

View File

@@ -55,11 +55,4 @@ export class InteractiveBackground implements AfterViewInit {
ctx.fillStyle = gradient;
ctx.fillRect(0, 0, width, height);
}
}