fix remix-lib linting

pull/4073/head
aniket-engg 1 year ago committed by Aniket
parent edf41cd642
commit 4ec7973c8c
  1. 2
      libs/remix-lib/src/execution/txExecution.ts

@ -244,6 +244,6 @@ export function checkInjectedError (errorObj, compiledContracts) {
msg += `\n${JSON.stringify(decodedCustomErrorInputsClean, null, ' ')}` msg += `\n${JSON.stringify(decodedCustomErrorInputsClean, null, ' ')}`
} }
} }
return msg return msg
} }
} }
Loading…
Cancel
Save