Skip to content

Commit 3100b06

Browse files
Removed whitespace reported by linter
Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>
1 parent a601ef3 commit 3100b06

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dojo/tools/checkov/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def get_item(vuln, test, check_type):
121121

122122
if "description" in vuln:
123123
description += f"\n{vuln['description']}\n"
124-
125124
mitigation = ""
126125
if "benchmarks" in vuln:
127126
bms = vuln["benchmarks"].keys()

0 commit comments

Comments
 (0)