Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Dec 9, 2017
1 parent 933d57d commit 1a2d9ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Analyser.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import {EventEmitter} from 'events';
import {Header} from './Data/Header';
import {Match} from './Data/Match';
import {Parser} from './Parser';
import {Packet} from './Data/Packet';
import {Parser} from './Parser';

export class Analyser extends EventEmitter {
private readonly parser: Parser;
public readonly match: Match;
private readonly parser: Parser;
private analysed: boolean = false;

constructor(parser: Parser) {
Expand Down

0 comments on commit 1a2d9ab

Please sign in to comment.