Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit aa20a63

Browse files
committed
test
1 parent 6798c0a commit aa20a63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mix/exit_layer.nim

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ type destReadBehaviorCb* = proc(conn: Connection): Future[seq[byte]] {.
1010
async: (raises: [CancelledError, LPStreamError])
1111
.}
1212

13-
type ExitLayer* = object
13+
type ExitLayer* = object
1414
switch: Switch
1515
onReplyDialer: OnReplyDialer
1616
destReadBehavior: TableRef[string, destReadBehaviorCb]
1717

1818
proc init*(
19-
T: typedesc[ExitLayer],
20-
switch: Switch,
19+
T: typedesc[ExitLayer], switch: Switch,
2120
onReplyDialer: OnReplyDialer,
2221
destReadBehavior: TableRef[string, destReadBehaviorCb],
2322
): T =

0 commit comments

Comments
 (0)