Skip to content

Commit

Permalink
W292 no newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
xixixiba authored and rungobier committed Mar 15, 2024
1 parent 69f7e9a commit da937c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocsuite3/lib/yaml/nuclei/operators/matchers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ def match_xpath(matcher: Matcher, body: str) -> (bool, list):
if len(matched_xpaths) > 0 and matcher.match_all:
return True, matched_xpaths

return False, []
return False, []

0 comments on commit da937c0

Please sign in to comment.