Skip to content

Commit b095614

Browse files
author
alkavats1
committed
refactor: removed the empty files for code smells
removed the empty files to remove the code smells from the code
1 parent 1c7b940 commit b095614

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

integration/harness-e2e-cli/src/app/app.component.scss

Whitespace-only changes.

integration/harness-e2e-cli/src/app/app.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {Component} from '@angular/core';
33
@Component({
44
selector: 'app-root',
55
templateUrl: './app.component.html',
6-
styleUrls: ['./app.component.scss'],
76
})
87
export class AppComponent {
98
title = 'harness-e2e-cli';

integration/mdc-migration/golden/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ import {Component} from '@angular/core';
66
styleUrls: ['./app.component.scss'],
77
})
88
export class AppComponent {
9+
910
title = 'sample-project';
1011
}

0 commit comments

Comments
 (0)