mirror of
https://github.com/vacp2p/mix.git
synced 2026-01-08 03:54:00 -05:00
fix: lint
This commit is contained in:
@@ -21,7 +21,9 @@ proc init*(
|
||||
onReplyDialer: OnReplyDialer,
|
||||
destReadBehavior: TableRef[string, destReadBehaviorCb],
|
||||
): T =
|
||||
ExitLayer(switch: switch, onReplyDialer: onReplyDialer, destReadBehavior: destReadBehavior)
|
||||
ExitLayer(
|
||||
switch: switch, onReplyDialer: onReplyDialer, destReadBehavior: destReadBehavior
|
||||
)
|
||||
|
||||
proc replyDialerCbFactory(self: ExitLayer): MixReplyDialer =
|
||||
return proc(
|
||||
|
||||
Reference in New Issue
Block a user