Skip to content

Commit 169ee47

Browse files
committed
Fix python formatting
1 parent 3312bf2 commit 169ee47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/generate_test_report_github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
logo = ":window:" if platform.system() == "Windows" else ":penguin:"
2020
# On Linux the machine value is x86_64 on Windows it is AMD64.
21-
if platform.machine() == 'x86_64' or platform.machine() == "AMD64":
21+
if platform.machine() == "x86_64" or platform.machine() == "AMD64":
2222
arch = "x64"
2323
else:
2424
arch = platform.machine()

0 commit comments

Comments
 (0)