mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style.
This commit is contained in:
parent
1ba38c9c02
commit
abe6055ab7
@ -262,7 +262,6 @@ bool ExpressionCompiler::visit(FunctionCall const& _functionCall)
|
|||||||
m_context << eth::Instruction::CREATE;
|
m_context << eth::Instruction::CREATE;
|
||||||
if (function.valueSet())
|
if (function.valueSet())
|
||||||
m_context << eth::swapInstruction(1) << eth::Instruction::POP;
|
m_context << eth::swapInstruction(1) << eth::Instruction::POP;
|
||||||
return false;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case Location::SET_GAS:
|
case Location::SET_GAS:
|
||||||
|
Loading…
Reference in New Issue
Block a user