Skip to content

Commit 55b0acf

Browse files
committed
minor clean up
1 parent a6e7d70 commit 55b0acf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_platform.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def install_library_deps():
185185
print()
186186

187187
# Install dependencies
188-
our_name=None
188+
our_name = None
189189
try:
190190
if IS_LEARNING_SYS:
191191
libprop = open(BUILD_DIR+'/library.deps')
@@ -406,7 +406,6 @@ def main():
406406

407407
# expand groups:
408408
for arg in sys.argv[1:]:
409-
410409
platform = ALL_PLATFORMS.get(arg, None)
411410
if isinstance(platform, list):
412411
platforms.append(arg)

0 commit comments

Comments
 (0)