fix linting

pull/5778/head
yann300 1 week ago committed by Aniket
parent ca3ec72950
commit fc437d79e6
  1. 3
      libs/remix-debug/test/decoder/storageDecoder.ts

@ -8,7 +8,6 @@ const testMappingStorage = require('./stateTests/mapping')
const testRevertState = require('./stateTests/revert-state')
const testRevertStateSubCall = require('./stateTests/revert-state-sub-call')
tape('solidity', function (t) {
t.test('storage decoder', function (st) {
console.log('test int storage')
@ -21,7 +20,7 @@ tape('solidity', function (t) {
testMappingStorage(st, function () {
console.log('test revert state')
testRevertState(st, function () {
console.log('test revert state sub call')
console.log('test revert state sub call')
testRevertStateSubCall(st, function () {
st.end()
})

Loading…
Cancel
Save