Fix linting

This commit is contained in:
Andre Medeiros 2018-10-02 12:54:08 -04:00 committed by Pascal Precht
parent bf7f4db179
commit 3d089a7a53
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -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');