mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Stylistic corrections
This commit is contained in:
committed by
Rhett Aultman
parent
220ccfb492
commit
0c98e4b2da
@@ -186,9 +186,7 @@ void CommandLineInterface::handleBinary(string const& _contract)
|
||||
if (m_args.count(g_argBinary))
|
||||
{
|
||||
if (m_args.count("output-dir"))
|
||||
{
|
||||
createFile(m_compiler->filesystemFriendlyName(_contract) + ".bin", m_compiler->object(_contract).toHex());
|
||||
}
|
||||
else
|
||||
{
|
||||
cout << "Binary: " << endl;
|
||||
|
||||
Reference in New Issue
Block a user