Skip to content

Commit 870322b

Browse files
committed
Delete trailing whitespace
1 parent b84f496 commit 870322b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/scripts/summarize_stats.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def calculate_optimization_stats(stats):
624624
return [
625625
("Optimization attempts", attempts, ""),
626626
(
627-
"Traces created", created,
627+
"Traces created", created,
628628
format_ratio(created, attempts)
629629
),
630630
("Traces executed", executed, ""),
@@ -661,7 +661,7 @@ def emit_optimization_stats(stats):
661661
with Section("Uop stats", level=3):
662662
rows = calculate_uop_execution_counts(uop_stats)
663663
emit_table(
664-
("Uop", "Count:", "Self:", "Cumulative:"),
664+
("Uop", "Count:", "Self:", "Cumulative:"),
665665
rows
666666
)
667667

0 commit comments

Comments
 (0)