diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-08 22:45:22 -0400 | 
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-08 22:45:22 -0400 | 
| commit | 5e086920bf97297a02bcd38faea56454c2220279 (patch) | |
| tree | 9b7fa3ec3df3a522b5676dc743afc17ef2b5cf09 /src/client/util/TypedEvent.ts | |
| parent | cecbafdd8e42b1fa021a54fe624c3cf68e8645bd (diff) | |
Enabled semi-colon and braces linter rule
Diffstat (limited to 'src/client/util/TypedEvent.ts')
| -rw-r--r-- | src/client/util/TypedEvent.ts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/client/util/TypedEvent.ts b/src/client/util/TypedEvent.ts index 1b251da25..532ba78eb 100644 --- a/src/client/util/TypedEvent.ts +++ b/src/client/util/TypedEvent.ts @@ -36,5 +36,5 @@ export class TypedEvent<T> {      this.listenersOncer = [];    } -  pipe = (te: TypedEvent<T>): Disposable => this.on((e) => te.emit(e)) +  pipe = (te: TypedEvent<T>): Disposable => this.on((e) => te.emit(e));  }
\ No newline at end of file | 
