Skip to content

Commit e58ed81

Browse files
committed
remove whitespace
1 parent 7795181 commit e58ed81

File tree

1 file changed

+1
-2
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+1
-2
lines changed

src/azure-cli/azure/cli/command_modules/appservice/custom.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,8 +2544,7 @@ def update_connection_strings(cmd, resource_group_name, name, connection_string_
25442544
settings=None, slot=None, slot_settings=None):
25452545
from azure.mgmt.web.models import ConnStringValueTypePair
25462546
if not settings and not slot_settings:
2547-
raise ArgumentUsageError('Usage Error: --settings |--slot-settings')
2548-
2547+
raise ArgumentUsageError('Usage Error: --settings |--slot-settings')
25492548
settings = _build_app_settings_input(settings, connection_string_type)
25502549
sticky_slot_settings = _build_app_settings_input(slot_settings, connection_string_type)
25512550
rm_sticky_slot_settings = set()

0 commit comments

Comments
 (0)