Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed Nov 27, 2023
1 parent 267d0dd commit 1bb6f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ def run_ios_tests(args, source_dir, config, cwd):
"--framework_info_file",
framework_info_file,
"--variant",
"Mobile"
"Mobile",
],
cwd=cwd,
)
Expand All @@ -1795,7 +1795,7 @@ def run_ios_tests(args, source_dir, config, cwd):
"--framework_info_file",
framework_info_file,
"--variant",
"Mobile"
"Mobile",
],
cwd=cwd,
)
Expand Down

0 comments on commit 1bb6f65

Please sign in to comment.