Skip to content

Commit 370fee8

Browse files
committed
fix spaces
1 parent 4cf0673 commit 370fee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/core/host.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def current_arch():
3333
if arch == 'aarch64':
3434
arch = 'armv8'
3535
return arch
36-
return 'x64' if sys.maxsize > 2 ** 32 else 'x86'
36+
return 'x64' if sys.maxsize > 2**32 else 'x86'
3737

3838

3939
def current_platform():

0 commit comments

Comments
 (0)