Fix prettier

This commit is contained in:
Fabio Berger 2018-11-21 00:11:25 +00:00
parent 895281989c
commit 0244d04a55

View File

@ -641,7 +641,7 @@ export interface SimpleStandardContractOutput {
} }
export interface SimpleEvmOutput { export interface SimpleEvmOutput {
bytecode: SimpleEvmBytecodeOutput; bytecode: SimpleEvmBytecodeOutput;
} }
export interface SimpleEvmBytecodeOutput { export interface SimpleEvmBytecodeOutput {