Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tennessee-google committed Jun 7, 2023
1 parent 2d00115 commit 73fb6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/matter_testing_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,9 @@ def populate_commissioning_args(args: argparse.Namespace, config: MatterTestConf
# TODO: this should also allow multiple once QR and manual codes are supported.
config.qr_code_content = args.qr_code
if args.manual_code:
config.manual_code = "%d" % args.manual_code
config.manual_code = "%d" % args.manual_code
else:
config.manual_code = None
config.manual_code = None

if args.commissioning_method is None:
return True
Expand Down

0 comments on commit 73fb6df

Please sign in to comment.