Update libsolidity/codegen/YulUtilFunctions.cpp

Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
This commit is contained in:
Đorđe Mijović
2020-06-15 20:24:28 +02:00
committed by GitHub
co-authored by Kamil Śliwak
parent 8267f0daaf
commit 48e8f27d05
+1 -1
View File
@@ -2495,7 +2495,7 @@ string YulUtilFunctions::readFromMemoryOrCalldata(Type const& _type, bool _fromC
});
}
string YulUtilFunctions::revertReasonIfDebugAssembly(RevertStrings _revertStrings, std::string const& _message)
string YulUtilFunctions::revertReasonIfDebugAssembly(RevertStrings _revertStrings, string const& _message)
{
Whiskers templ(R"({
<?debugAndMessage>