Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
style: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed May 14, 2020
1 parent d0efd10 commit 5d4b953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/blockchain/events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ function receiptMock (blockNumber?: number, status = true): TransactionReceipt {
export class DummyEventsEmitter extends BaseEventsEmitter {
constructor (eth: Eth, contract: Contract, events: string[], options?: EventsEmitterOptions, name?: string) {
let logger: Logger

if (!name) {
logger = loggingFactory('blockchain:events:dummy')
} else {
Expand Down

0 comments on commit 5d4b953

Please sign in to comment.