1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-04-11 03:56:05 +02:00

Fixed minor whitespace issue.

This commit is contained in:
Joe Testa 2019-11-08 11:09:00 -05:00
parent 0f21f2131c
commit 14e0ed0e00

@ -3276,7 +3276,7 @@ def audit(aconf, sshv=None):
if aconf.json: if aconf.json:
print(json.dumps(build_struct(banner, kex=kex))) print(json.dumps(build_struct(banner, kex=kex)))
else: else:
output(banner, header, client_audit=aconf.client_audit, kex=kex) output(banner, header, client_audit=aconf.client_audit, kex=kex)
utils = Utils() utils = Utils()