Make ./pep8.travis.sh run cleanly

98% whitespace.
This commit is contained in:
Sharif Nassar
2015-10-20 22:24:58 -07:00
parent 2cab4e577e
commit 424f4f08b9
6 changed files with 29 additions and 23 deletions
@@ -176,7 +176,7 @@ class Proxy(configurators_common.Proxy):
return {"example.com"}
def deploy_cert(self, domain, cert_path, key_path, chain_path=None,
fullchain_path=None):
fullchain_path=None):
"""Installs cert"""
cert_path, key_path, chain_path = self.copy_certs_and_keys(
cert_path, key_path, chain_path)