remove white space

This commit is contained in:
Dmitriy Ryajov 2020-02-24 12:21:44 -06:00
parent 5701d937c8
commit 871d8d7478
1 changed files with 1 additions and 1 deletions

View File

@ -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