Skip to content

Commit

Permalink
chore: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyexeption committed Dec 7, 2023
1 parent dc0a194 commit 34bbe92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/templates/react/igr-ts/doughnut-chart/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { BaseComponent } from "@igniteui/cli-core";

class IgrTsDoughnutChartComponent extends BaseComponent {
Expand All @@ -12,4 +11,4 @@ class IgrTsDoughnutChartComponent extends BaseComponent {
this.description = `proportionally illustrate the occurrences of variables.`;
}
}
module.exports = new IgrTsDoughnutChartComponent();
module.exports = new IgrTsDoughnutChartComponent();

0 comments on commit 34bbe92

Please sign in to comment.