mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
daemon: Whitespace fixes.
This commit is contained in:
parent
9a3329e86e
commit
e5558c5a1a
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user