Skip to content

Commit 33092d8

Browse files
committed
Fix black error
1 parent 05fbb8a commit 33092d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

speed.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ def do(setup_statements, statement):
7777

7878
print("")
7979

80-
ecdh_form = (
81-
"{name:>16}{sep:1} {ecdh:>9{form}}{unit:1} {ecdh_inv:>9{form_inv}}"
82-
)
80+
ecdh_form = "{name:>16}{sep:1} {ecdh:>9{form}}{unit:1} {ecdh_inv:>9{form_inv}}"
8381

8482
print(
8583
ecdh_form.format(

0 commit comments

Comments
 (0)