mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Removing trailing whitespaces (PEP8)
This commit is contained in:
parent
82b468211d
commit
5b77b20e2e
9 changed files with 23 additions and 23 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue