Skip to content

Commit c10ff75

Browse files
author
alkavats1
committed
refactor: refactored the code and removed the code smells
refactored the code and removed the code smells
1 parent 1c7b940 commit c10ff75

File tree

4 files changed

+0
-2
lines changed

4 files changed

+0
-2
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.scss

Whitespace-only changes.

integration/mdc-migration/golden/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 = 'sample-project';

0 commit comments

Comments
 (0)