fix indent (#20071)

This commit is contained in:
TaoBeier 2017-01-11 10:47:03 +08:00 committed by Toshio Kuratomi
parent 1786c81a65
commit 6ec0369c26
4 changed files with 5 additions and 5 deletions

View file

@ -444,7 +444,7 @@ class AnsibleDockerClient(Client):
tls_config = TLSConfig(**kwargs)
return tls_config
except TLSParameterError as exc:
self.fail("TLS config error: %s" % exc)
self.fail("TLS config error: %s" % exc)
def _get_connect_params(self):
auth = self.auth_params