Skip to content

Commit

Permalink
lint: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq committed Mar 4, 2023
1 parent 86bfc7c commit 2e67b31
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/const/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ export class Theme {
strokeOpacity: number;
icon: string;
chart: string;
constructor(title: string, text: string, background: string, stroke: string, strokeOpacity: number; icon: string, chart: string) {
constructor(
title: string,
text: string,
background: string,
stroke: string,
strokeOpacity: number,
icon: string,
chart: string
) {
this.title = title;
this.text = text;
this.background = background;
Expand Down

0 comments on commit 2e67b31

Please sign in to comment.