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