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
parent 8267f0daaf
commit 48e8f27d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>