Skip to content

Commit

Permalink
removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Hotwagner committed Mar 11, 2024
1 parent 281a75b commit 266a405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/attackmate/executors/common/regexexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ def _exec_cmd(self, command: RegExCommand) -> Result:
matches = self.forge_variables(replaced)
self.register_outputvars(command.output, matches)


return Result('', 0)

0 comments on commit 266a405

Please sign in to comment.