Skip to content

Commit 8f39c73

Browse files
committed
W292 no newline at end of file
1 parent d3c25e0 commit 8f39c73

File tree

1 file changed

+1
-1
lines changed
  • pocsuite3/lib/yaml/nuclei/operators/matchers

1 file changed

+1
-1
lines changed

pocsuite3/lib/yaml/nuclei/operators/matchers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ def match_xpath(matcher: Matcher, body: str) -> (bool, list):
222222
if len(matched_xpaths) > 0 and matcher.match_all:
223223
return True, matched_xpaths
224224

225-
return False, []
225+
return False, []

0 commit comments

Comments
 (0)