From 1a6e556627589aaf75499dcd751093355678da54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Sat, 23 Mar 2019 13:27:10 +0100 Subject: [PATCH] Fix linter --- src/app/components/shared/shared.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/shared/shared.module.ts b/src/app/components/shared/shared.module.ts index d74627c4d..d8b7e6719 100644 --- a/src/app/components/shared/shared.module.ts +++ b/src/app/components/shared/shared.module.ts @@ -23,7 +23,7 @@ import { LoginComponent } from './login/login.component'; import { StatisticHelpComponent } from './_dialogs/statistic-help/statistic-help.component'; import { CommentComponent } from './comment/comment.component'; import { SubmitCommentComponent } from './_dialogs/submit-comment/submit-comment.component'; -import { OrderBy} from './sort'; +import { OrderBy } from './sort'; import { PresentCommentComponent } from './_dialogs/present-comment/present-comment.component'; @NgModule({ -- GitLab