Skip to content

Commit 2b08142

Browse files
fixup! Warning about Solidity future keywords
1 parent 89d4c6a commit 2b08142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liblangutil/Token.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ bool isYulKeyword(std::string_view const _literal)
152152
return _literal == "leave" || isYulKeyword(keywordByName(_literal));
153153
}
154154

155-
bool isFutureSolidityKeyword(std::string const&_literal)
155+
bool isFutureSolidityKeyword(std::string const& _literal)
156156
{
157157
std::set<std::string> const futureSolidityKeywords = {
158158
"transient",

0 commit comments

Comments
 (0)