Skip to content

Commit

Permalink
Make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Apr 19, 2024
1 parent 074be2b commit eba837c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toplev.py
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ def print_perf(r):
del l[i:i+2]
s = " ".join(l)
if len(l) > 2:
s = s.replace("},", "},\n")
s = s.replace("},", "},\n")
print(s)
sys.stdout.flush()

Expand Down

0 comments on commit eba837c

Please sign in to comment.