Skip to content

Commit ad79956

Browse files
committed
Fixing whitespace issue
1 parent 3ad43b3 commit ad79956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dojo/tools/noseyparker/parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def version_0_22_0(self, line, test):
115115
if json_path.get("first_commit"):
116116
title = f"Secret(s) Found in Repository with Commit ID {json_path['first_commit']['commit_metadata']['commit_id']}"
117117
filepath = json_path["first_commit"]["blob_path"]
118-
description = ( f"Secret found of type: {rule_name} \n"
118+
description = (f"Secret found of type: {rule_name} \n"
119119
f"Rule Text ID: '{rule_text_id}' \n"
120120
f"Committer Name: {json_path['first_commit']['commit_metadata']['committer_name']} \n"
121121
f"Committer Email: {json_path['first_commit']['commit_metadata']['committer_email']} \n"
@@ -127,7 +127,7 @@ def version_0_22_0(self, line, test):
127127
else:
128128
title = "Secret(s) Found in Repository"
129129
filepath = json_path["path"]
130-
description = ( f"Secret found of type: {rule_name} \n"
130+
description = (f"Secret found of type: {rule_name} \n"
131131
f"Rule Text ID: '{rule_text_id}' \n"
132132
f"Location: {filepath} line #{line_num} \n"
133133
f"Line #{line_num} \n"

0 commit comments

Comments
 (0)