Fix linting
This commit is contained in:
parent
bf7f4db179
commit
3d089a7a53
|
@ -102,7 +102,7 @@ class ContractSource {
|
|||
Object.values(this.contractBytecode).every((contractBytecode) => { return (Object.values(contractBytecode).length <= 1); });
|
||||
}
|
||||
|
||||
/*eslint complexity: ["error", 39]*/
|
||||
/*eslint complexity: ["error", 40]*/
|
||||
generateCodeCoverage(trace) {
|
||||
if(!this.ast || !this.contractBytecode) throw new Error('Error generating coverage: solc output was not assigned');
|
||||
|
||||
|
|
Loading…
Reference in New Issue