Github user sardell commented on a diff in the pull request:
https://github.com/apache/metron/pull/1266#discussion_r234287914
--- Diff: metron-interface/metron-alerts/src/app/app.module.ts ---
@@ -48,13 +48,11 @@ import { GlobalConfigService } from
'./service/global-config.service';
import { DefaultHeadersInterceptor } from
'./http-interceptors/default-headers.interceptor';
import { DialogService } from './service/dialog.service';
import { MetronDialogComponent } from
'./shared/metron-dialog/metron-dialog.component';
-
-
-
import {PcapModule} from './pcap/pcap.module';
+import {AppConfigService} from "./service/app-config.service";
--- End diff --
Could you use single quotes and add spacing inside the brackets here?
---