mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove trailing whitespace in test.
This commit is contained in:
parent
bbeb093abf
commit
f713b7e158
@ -87,7 +87,7 @@ TestCase::TestResult FunctionSideEffects::run(ostream& _stream, string const& _l
|
|||||||
|
|
||||||
m_obtainedResult.clear();
|
m_obtainedResult.clear();
|
||||||
for (auto const& fun: functionSideEffectsStr)
|
for (auto const& fun: functionSideEffectsStr)
|
||||||
m_obtainedResult += fun.first + ": " + fun.second + "\n";
|
m_obtainedResult += fun.first + ":" + (fun.second.empty() ? "" : " ") + fun.second + "\n";
|
||||||
|
|
||||||
if (m_expectation != m_obtainedResult)
|
if (m_expectation != m_obtainedResult)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user