Skip to content

Commit 1b44d8f

Browse files
lemireanonrig
authored andcommitted
lint
1 parent 7b2ffd5 commit 1b44d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/url_pattern_regex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ std::vector<std::string> std_regex_provider::regex_search(
3636

3737
bool std_regex_provider::regex_match(std::string_view input,
3838
const std::regex& pattern) {
39-
return std::regex_match(input.begin(), input.end(), pattern);
39+
return std::regex_match(input.begin(), input.end(), pattern);
4040
}
4141

4242
} // namespace ada::url_pattern_regex

0 commit comments

Comments
 (0)