daemon: Whitespace fixes.

This commit is contained in:
Damir Jelić 2019-04-03 14:41:26 +02:00
parent 9a3329e86e
commit e5558c5a1a

View File

@ -366,6 +366,7 @@ class URL(click.ParamType):
return value
class ipaddress(click.ParamType):
name = "ipaddress"
@ -377,6 +378,7 @@ class ipaddress(click.ParamType):
return value
@click.command(
help=("pantalaimon is a reverse proxy for matrix homeservers that "
"transparently encrypts and decrypts messages for clients that "