Skip to content

Commit 7e43e9b

Browse files
committed
[update-check] Fix the lint failure
1 parent 270e806 commit 7e43e9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/update_checkout/update_checkout/update_checkout.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ def skip_list_for_platform(config):
406406

407407
return skip_list
408408

409+
409410
def symlink_llvm_monorepo(args):
410411
print("Create symlink for LLVM Project")
411412
llvm_projects = ['clang',
@@ -422,6 +423,7 @@ def symlink_llvm_monorepo(args):
422423
if not os.path.islink(dst_path):
423424
os.symlink(src_path, dst_path)
424425

426+
425427
def main():
426428
freeze_support()
427429
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)