Run prettier

This commit is contained in:
Leonid Logvinov
2019-02-22 18:16:38 -08:00
parent eda8dc278b
commit a71aed0233
4 changed files with 4 additions and 6 deletions

View File

@@ -102,4 +102,4 @@
}
]
}
]
]

View File

@@ -47,9 +47,7 @@ export class ProfilerSubprovider extends TraceInfoSubprovider {
}
// tslint:disable prefer-function-over-method
protected async _handleTraceInfoAsync(traceInfo: TraceInfo): Promise<void> {
const receipt = await this._web3Wrapper.getTransactionReceiptIfExistsAsync(
traceInfo.txHash,
);
const receipt = await this._web3Wrapper.getTransactionReceiptIfExistsAsync(traceInfo.txHash);
if (_.isUndefined(receipt)) {
return;
}