mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-22 15:39:05 +00:00
Removing trailing whitespaces (PEP8)
This commit is contained in:
@@ -51,7 +51,7 @@ def tamper(payload, **kwargs):
|
||||
else:
|
||||
return match.group()
|
||||
|
||||
retVal = ""
|
||||
retVal = ""
|
||||
|
||||
if payload:
|
||||
payload = re.sub(r"(?<=\W)(?P<word>[A-Za-z_]+)(?=\W|\Z)", lambda match: process(match), payload)
|
||||
|
||||
Reference in New Issue
Block a user