mirror of https://github.com/vacp2p/nim-libp2p.git
remove white space
This commit is contained in:
parent
5701d937c8
commit
871d8d7478
|
@ -16,7 +16,7 @@ type
|
||||||
PlainText* = ref object of Secure
|
PlainText* = ref object of Secure
|
||||||
|
|
||||||
method init(p: PlainText) {.gcsafe.} =
|
method init(p: PlainText) {.gcsafe.} =
|
||||||
proc handle(conn: Connection, proto: string)
|
proc handle(conn: Connection, proto: string)
|
||||||
{.async, gcsafe.} = discard
|
{.async, gcsafe.} = discard
|
||||||
## plain text doesn't do anything
|
## plain text doesn't do anything
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue