Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
Signed-off-by: RoRonoa <umarasad20@gmail.com>
  • Loading branch information
MuhammadUmarAsad committed May 9, 2023
1 parent 70cbfe5 commit ebc14ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions show/interfaces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,7 @@ def tablelize(keys):
return table

header = ['Interface', 'Mode', 'Untagged', 'Tagged']
click.echo(tabulate(tablelize(keys), header,
tablefmt="simple", stralign='left'))
click.echo(tabulate(tablelize(keys), header, tablefmt="simple", stralign='left'))

@switchport.command(name="status")
@clicommon.pass_db
Expand Down Expand Up @@ -807,5 +806,4 @@ def tablelize(keys):
return table

header = ['Interface', 'Mode']
click.echo(tabulate(tablelize(keys), header,
tablefmt="simple", stralign='left'))
click.echo(tabulate(tablelize(keys), header,tablefmt="simple", stralign='left'))

0 comments on commit ebc14ca

Please sign in to comment.