Skip to content

Commit 2505be4

Browse files
committed
Remove spaces
1 parent 8cd6447 commit 2505be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/smb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ def format_row(procInfo):
10951095
if self.args.tasklist is not True:
10961096
# So we look for it and print its information if found
10971097
if self.args.tasklist.lower() == procInfo["ImageName"].lower():
1098-
found_task = True
1098+
found_task = True
10991099
self.logger.highlight(format_row(procInfo))
11001100
# Else, no process was supplied, we print the entire list of remote processes
11011101
else:

0 commit comments

Comments
 (0)