mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style fix.
This commit is contained in:
parent
def08a70c8
commit
fe21a5c67e
@ -331,10 +331,8 @@ void checkStorage(map<u256, u256> _expectedStore, map<u256, u256> _resultStore,
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (auto&& resultStorePair : _resultStore)
|
for (auto&& resultStorePair : _resultStore)
|
||||||
{
|
|
||||||
if (!_expectedStore.count(resultStorePair.first))
|
if (!_expectedStore.count(resultStorePair.first))
|
||||||
BOOST_ERROR(_expectedAddr << ": unexpected store key " << resultStorePair.first);
|
BOOST_ERROR(_expectedAddr << ": unexpected store key " << resultStorePair.first);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void checkLog(LogEntries _resultLogs, LogEntries _expectedLogs)
|
void checkLog(LogEntries _resultLogs, LogEntries _expectedLogs)
|
||||||
|
Loading…
Reference in New Issue
Block a user