Remove useless whiteline

This commit is contained in:
2025-01-25 10:34:10 +01:00
parent 76c5fe3775
commit 17cbad0c06

View File

@ -4,7 +4,6 @@ import {HelloResponse, HelloService} from '../../gen';
@Component({ @Component({
selector: 'app-hello', selector: 'app-hello',
standalone: false, standalone: false,
templateUrl: './hello.component.html', templateUrl: './hello.component.html',
styleUrl: './hello.component.css' styleUrl: './hello.component.css'
}) })