Apply clang-format
This commit is contained in:
@@ -219,7 +219,7 @@ bool RestrictionParser::ShouldIgnoreRestriction(const std::string &except_tag_st
|
||||
[&](const std::string ¤t_string)
|
||||
{
|
||||
return std::end(restriction_exceptions) !=
|
||||
std::find(std::begin(restriction_exceptions),
|
||||
std::end(restriction_exceptions), current_string);
|
||||
std::find(std::begin(restriction_exceptions),
|
||||
std::end(restriction_exceptions), current_string);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user