Run prettier

This commit is contained in:
Bryce
2018-06-25 09:44:56 -07:00
parent 4b2d27b5e5
commit e59c57106c
2 changed files with 11 additions and 11 deletions

View File

@@ -32,6 +32,6 @@ declare module 'ethers' {
constructor(address: string, abi: any, provider: any);
}
const enum errors {
INVALID_ARGUMENT = 'INVALID_ARGUMENT',
INVALID_ARGUMENT = 'INVALID_ARGUMENT',
}
}