Skip to content

Commit

Permalink
Removing blank columns
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Jul 22, 2024
1 parent 39e5987 commit 7981b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pqc_report_writer_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def main():
verifiers = set()
for avr in avrs:
generators.add(avr.generator)
vefifiers.add(avr.verifier)
verifiers.add(avr.verifier)

generators = list(generators)
generators.sort()
Expand Down

0 comments on commit 7981b6f

Please sign in to comment.