mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style.
This commit is contained in:
parent
c731ae92ca
commit
d8ddbeed2b
@ -30,7 +30,8 @@ namespace dev
|
|||||||
namespace solidity
|
namespace solidity
|
||||||
{
|
{
|
||||||
|
|
||||||
ASTPrinter::ASTPrinter(ASTNode const& _ast,
|
ASTPrinter::ASTPrinter(
|
||||||
|
ASTNode const& _ast,
|
||||||
string const& _source,
|
string const& _source,
|
||||||
StructuralGasEstimator::ASTGasConsumption const& _gasCosts
|
StructuralGasEstimator::ASTGasConsumption const& _gasCosts
|
||||||
): m_indentation(0), m_source(_source), m_ast(&_ast), m_gasCosts(_gasCosts)
|
): m_indentation(0), m_source(_source), m_ast(&_ast), m_gasCosts(_gasCosts)
|
||||||
|
Loading…
Reference in New Issue
Block a user