Skip to content

Commit

Permalink
style: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PBug90 committed Aug 26, 2019
1 parent 96f98f8 commit 6f07ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/W3GReplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { sortPlayers } from './sort'
const { createHash } = require('crypto')
const {
performance
} = require('perf_hooks');
} = require('perf_hooks')

class W3GReplay extends ReplayParser {
players: { [key: string]: Player }
Expand Down Expand Up @@ -54,7 +54,7 @@ class W3GReplay extends ReplayParser {

matchup = ''

parseStartTime : number
parseStartTime: number

constructor () {
super()
Expand Down

0 comments on commit 6f07ab4

Please sign in to comment.