Skip to content

Commit d77338d

Browse files
committed
Removing trailing whitespace for azdev style check
1 parent feb978d commit d77338d

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/resource

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/resource/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def load_arguments(self, _):
535535
c.argument('skip_resource_name_params', action='store_true')
536536
c.argument('skip_all_params', action='store_true')
537537
c.argument('resource_ids', nargs='+', options_list='--resource-ids')
538-
c.argument('export_format', arg_type=get_enum_type(['json', 'arm', 'bicep'], default='json'),
538+
c.argument('export_format', arg_type=get_enum_type(['json', 'arm', 'bicep'], default='json'),
539539
help="The format of the exported template.")
540540

541541
with self.argument_context('group create') as c:

0 commit comments

Comments
 (0)