Skip to content

Commit

Permalink
sonar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Aug 29, 2021
1 parent b684932 commit 6862e5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions src/app/component/common/color-chart/color-chart.component.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import { Component, OnInit } from '@angular/core';
import { Component } from '@angular/core';

@Component({
selector: 'app-color-chart',
templateUrl: './color-chart.component.html',
styleUrls: ['./color-chart.component.scss']
})
export class ColorChartComponent implements OnInit {
export class ColorChartComponent {

constructor() { }

ngOnInit(): void {
constructor() {
// Intentionally blank
}

}
2 changes: 1 addition & 1 deletion src/app/page/splash-layout/splash-layout.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import { Component } from '@angular/core';
export class SplashLayoutComponent {

constructor() {
console.log();
// Intentionally blank
}
}

0 comments on commit 6862e5e

Please sign in to comment.