mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
solc/CommandLineInterface.cpp: fix style.
This commit is contained in:
parent
bf5565d8dd
commit
b56121fb3b
@ -505,7 +505,7 @@ void CommandLineInterface::readInputFiles()
|
||||
if (m_options.input.mode == InputMode::StandardJson)
|
||||
{
|
||||
solAssert(!m_standardJsonInput.has_value());
|
||||
m_standardJsonInput = move(fileContent);
|
||||
m_standardJsonInput = std::move(fileContent);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user