Github user tiborm commented on a diff in the pull request: https://github.com/apache/metron/pull/1156#discussion_r208919679 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -44,7 +44,23 @@ export class PcapPanelComponent { savedPcapRequest: {}; errorMsg: string; - constructor(private pcapService: PcapService) { } + constructor(private pcapService: PcapService ) { } --- End diff -- There is an extra space after the type. Is it intentional?
---