solc/CommandLineInterface.cpp: fix style.

This commit is contained in:
Alexander Arlt 2022-09-09 16:47:26 -05:00
parent bf5565d8dd
commit b56121fb3b

View File

@ -505,7 +505,7 @@ void CommandLineInterface::readInputFiles()
if (m_options.input.mode == InputMode::StandardJson) if (m_options.input.mode == InputMode::StandardJson)
{ {
solAssert(!m_standardJsonInput.has_value()); solAssert(!m_standardJsonInput.has_value());
m_standardJsonInput = move(fileContent); m_standardJsonInput = std::move(fileContent);
} }
else else
{ {