Skip to content

Commit f847764

Browse files
committed
fix after linter
1 parent a3d58b1 commit f847764

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

homeworks/rostyslav.havuka_RostyslavHavuka/14-routing/journey/src/app/app.component.css

Whitespace-only changes.

homeworks/rostyslav.havuka_RostyslavHavuka/14-routing/journey/src/app/app.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-root',
5-
templateUrl: './app.component.html',
6-
styleUrls: ['./app.component.css']
5+
templateUrl: './app.component.html'
76
})
87
export class AppComponent {
98
title = 'journey';

0 commit comments

Comments
 (0)