From 1bb6f65c73666c2e40472558274c429930f41226 Mon Sep 17 00:00:00 2001 From: rachguo Date: Mon, 27 Nov 2023 15:39:39 -0800 Subject: [PATCH] lint --- tools/ci_build/build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/build.py b/tools/ci_build/build.py index ba3a4b55f41e8..76cda428cabe3 100644 --- a/tools/ci_build/build.py +++ b/tools/ci_build/build.py @@ -1781,7 +1781,7 @@ def run_ios_tests(args, source_dir, config, cwd): "--framework_info_file", framework_info_file, "--variant", - "Mobile" + "Mobile", ], cwd=cwd, ) @@ -1795,7 +1795,7 @@ def run_ios_tests(args, source_dir, config, cwd): "--framework_info_file", framework_info_file, "--variant", - "Mobile" + "Mobile", ], cwd=cwd, )