Skip to content

Commit

Permalink
one (1) extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Oct 1, 2024
1 parent 9a7dccd commit 91bae91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/analyze/report_digest.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def compile_digest(report_path, taxonomy=_config.reporting.taxonomy):
elif record["entry_type"] == "payload_init":
payloads.append(
record["payload_name"]
+ " "
+ " "
+ pprint.pformat(record, sort_dicts=True, width=60)
)

Expand Down

0 comments on commit 91bae91

Please sign in to comment.