Skip to content

Commit e1c765a

Browse files
authored
[utils] Submit to the whims of the whitespace police
1 parent c1df51e commit e1c765a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/update_checkout/update_checkout/update_checkout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def obtain_additional_swift_sources(pool_args):
284284
(args, repo_name, repo_info, repo_branch, remote, with_ssh, scheme_name,
285285
skip_history, skip_tags, skip_repository_list) = pool_args
286286

287-
env = { 'GIT_TERMINAL_PROMPT': 0 }
287+
env = {'GIT_TERMINAL_PROMPT': 0}
288288

289289
with shell.pushd(args.source_root, dry_run=False, echo=False):
290290

0 commit comments

Comments
 (0)