Remove trailing spaces in output.

This commit is contained in:
chriseth
2019-11-21 20:09:03 +01:00
parent 8f2595957b
commit a26dd5a428
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ void CompilerContext::appendInlineAssembly(
parserResult = std::move(obj.code);
#ifdef SOL_OUTPUT_ASM
cout << "After optimizer: " << endl;
cout << "After optimizer:" << endl;
cout << yul::AsmPrinter()(*parserResult) << endl;
#endif
}