Skip to content

Commit f699726

Browse files
committed
fixed odd indent
1 parent 2f1adf2 commit f699726

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nodescraper/base/regexanalyzer.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ def _build_regex_event(
5959
) -> RegexEvent:
6060
"""Build a RegexEvent object from a regex match and source.
6161
62-
Args:
63-
regex_obj (ErrorRegex): regex object containing the regex pattern, message, category, and priorit
64-
match (
62+
Args:
63+
regex_obj (ErrorRegex): regex object containing the regex pattern, message, category, and priorit
64+
match (
6565
Union[str, list[str]]): matched content from the regex
6666
source (str): descriptor for the content where the match was found
6767
68-
Returns:
69-
RegexEvent: an instance of RegexEvent containing the match details
68+
Returns:
69+
RegexEvent: an instance of RegexEvent containing the match details
7070
"""
7171
return RegexEvent(
7272
description=regex_obj.message,

0 commit comments

Comments
 (0)