Skip to content

Commit

Permalink
[cli-sessions] beautifier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
i-davydenko committed May 21, 2024
1 parent bdbf656 commit d571367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7794,7 +7794,7 @@ def ssh():

@ssh.command('inactivity-timeout')
@click.argument('inactivity_timeout', metavar='<timeout>', required=True,
type=click.IntRange(0,35000))
type=click.IntRange(0, 35000))
def inactivity_timeout_ssh(inactivity_timeout):
"""Set ssh inactivity timeout"""

Expand Down

0 comments on commit d571367

Please sign in to comment.