Linter on Calldata

This commit is contained in:
Greg Hysen
2018-11-25 21:23:37 -08:00
parent 3bf5a4e83f
commit a8d707b462

View File

@@ -240,7 +240,6 @@ export class Calldata {
hexValue = `${hexValue}\n${lineStr}`;
offset += size;
}
return hexValue;
}
}