Skip to content

Commit 0dfb377

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
removed space
1 parent e5f62e8 commit 0dfb377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/block/order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ def cli(env, storage_type, size, iops, tier, os_type,
127127
for item in order['placedOrder']['items']:
128128
click.echo(" > %s" % item['description'])
129129
click.echo(f"\nYou may run 'slcli block volume-list --order {order['placedOrder']['id']}' "
130-
" to find this block volume after it is ready.")
130+
"to find this block volume after it is ready.")
131131
else:
132132
click.echo("Order could not be placed! Please verify your options and try again.")

0 commit comments

Comments
 (0)