From 11d73abae4f4c009106884bc0d29487c9c8763ce Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 9 Jun 2018 23:56:16 +0200 Subject: [PATCH] Remove unnneeded semicolon. --- src/operations/categoryChart.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations/categoryChart.component.ts b/src/operations/categoryChart.component.ts index 7ff036d..3cfe207 100644 --- a/src/operations/categoryChart.component.ts +++ b/src/operations/categoryChart.component.ts @@ -75,5 +75,5 @@ export class CategoryChartComponent implements OnChanges { } else if (this.account) { this.loadData(this.account); } - }; + } }