Skip to content

Commit 5bbd4a0

Browse files
committed
coding style
1 parent 56e9b21 commit 5bbd4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libyul/AsmAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ std::vector<YulString> AsmAnalyzer::operator()(FunctionCall const& _funCall)
426426
}
427427
else if (functionName.substr(0, "verbatim_"s.size()) == "verbatim_")
428428
{
429-
static constexpr u256 empty {0};
429+
static u256 const empty {0};
430430
if (std::get<Literal>(arg).value == empty)
431431
m_errorReporter.typeError(
432432
1844_error,

0 commit comments

Comments
 (0)