Skip to content

Commit b56121f

Browse files
committed
solc/CommandLineInterface.cpp: fix style.
1 parent bf5565d commit b56121f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solc/CommandLineInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ void CommandLineInterface::readInputFiles()
505505
if (m_options.input.mode == InputMode::StandardJson)
506506
{
507507
solAssert(!m_standardJsonInput.has_value());
508-
m_standardJsonInput = move(fileContent);
508+
m_standardJsonInput = std::move(fileContent);
509509
}
510510
else
511511
{

0 commit comments

Comments
 (0)