Fix line-wrapped function indents.

This commit is contained in:
Jacob Hoffman-Andrews
2015-10-11 11:30:11 -07:00
parent f0cfd69cdc
commit 06c85d6b5a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class Installer(common.Plugin):
return []
def deploy_cert(self, domain, cert_path, key_path,
chain_path=None, fullchain_path=None):
chain_path=None, fullchain_path=None):
pass # pragma: no cover
def enhance(self, domain, enhancement, options=None):