remove redundant parameters

pull/3583/head
Joseph Izang 2 years ago committed by Aniket
parent 3bf6051073
commit 4710cf96ca
  1. 2
      apps/remix-ide/src/app/plugins/solidity-umlgen.tsx

@ -135,7 +135,7 @@ export class SolidityUmlGen extends ViewPlugin implements ISolidityUmlGen {
* and assigns to a local property
* @returns {Promise<string>}
*/
async flattenContract (source: any, filePath: string, data: any) {
async flattenContract (filePath: string) {
const result = await this.call('contractflattener', 'flatten', filePath)
return result
}

Loading…
Cancel
Save