mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix code format problems
This commit is contained in:
+2
-1
@@ -90,7 +90,8 @@ std::string dev::lll::compileLLLToAsm(std::string const& _src, EVMVersion _evmVe
|
||||
}
|
||||
catch (std::exception const& _e)
|
||||
{
|
||||
if (_errors) {
|
||||
if (_errors)
|
||||
{
|
||||
_errors->push_back("Parse exception.");
|
||||
_errors->push_back(boost::diagnostic_information(_e));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user