From e54168ec2264672be0b178ce34d2c5e6004f8766 Mon Sep 17 00:00:00 2001 From: HardiReady Date: Sat, 5 May 2018 08:17:17 +0200 Subject: [PATCH] Fix linting --- .../src/app/statistic/campaign/highscore/highscore.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/app/statistic/campaign/highscore/highscore.component.ts b/static/src/app/statistic/campaign/highscore/highscore.component.ts index b8064d0..519bab5 100644 --- a/static/src/app/statistic/campaign/highscore/highscore.component.ts +++ b/static/src/app/statistic/campaign/highscore/highscore.component.ts @@ -6,7 +6,7 @@ import {Fraction} from '../../../utils/fraction.enum'; import {FormControl} from '@angular/forms'; import {Observable} from 'rxjs/Observable'; import {Player} from '../../../models/model-interfaces'; -import {PlayerUtils} from "../../../utils/player-utils"; +import {PlayerUtils} from '../../../utils/player-utils'; @Component({