From 17cbad0c0668e833610d6fdf42db6155cceca792 Mon Sep 17 00:00:00 2001 From: dylan Date: Sat, 25 Jan 2025 10:34:10 +0100 Subject: [PATCH] Remove useless whiteline --- src/app/hello/hello.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/hello/hello.component.ts b/src/app/hello/hello.component.ts index 103f0f8..50b122a 100644 --- a/src/app/hello/hello.component.ts +++ b/src/app/hello/hello.component.ts @@ -4,7 +4,6 @@ import {HelloResponse, HelloService} from '../../gen'; @Component({ selector: 'app-hello', standalone: false, - templateUrl: './hello.component.html', styleUrl: './hello.component.css' })