mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-28 14:50:41 +00:00
Fix newline
This commit is contained in:
parent
a785a5931f
commit
9f75d5ed14
2 changed files with 1 additions and 2 deletions
|
@ -20,4 +20,3 @@ class Interactives:
|
||||||
if pattern.search(f.read()):
|
if pattern.search(f.read()):
|
||||||
matching_files.append(file_path)
|
matching_files.append(file_path)
|
||||||
return matching_files
|
return matching_files
|
||||||
|
|
Loading…
Reference in a new issue