Skip to content

Commit c8893fd

Browse files
author
caberos
committed
update and fix tox tool
1 parent 5ca3bde commit c8893fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SoftLayer/CLI/firewall/detail.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def cli(env, identifier):
3535
rules = mgr.get_dedicated_fwl_rules(firewall_id)
3636
else:
3737
rules = mgr.get_standard_fwl_rules(firewall_id)
38-
3938
table.add_row(['rules', get_rules_table(rules)])
4039
env.fout(table)
4140

0 commit comments

Comments
 (0)