Skip to content

Commit 6a904c5

Browse files
committed
Add more indenting
1 parent 591cdf8 commit 6a904c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xcresult_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def export_log(xcresult_path, log_id):
247247
"""
248248
# Note: --legacy is required for Xcode 16.
249249
contents = xcresulttool_json(
250-
'get', '--path', xcresult_path, '--id', log_id, '--legacy'
250+
'get', '--path', xcresult_path, '--id', log_id, '--legacy'
251251
)
252252

253253
result = []

0 commit comments

Comments
 (0)