From d8d3d4ce4fc59af5090a370e06ff4b6f6febfb84 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 8 Sep 2025 10:24:49 -0400 Subject: [PATCH] fix: lint --- mix/exit_layer.nim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mix/exit_layer.nim b/mix/exit_layer.nim index 0f52412..687d762 100644 --- a/mix/exit_layer.nim +++ b/mix/exit_layer.nim @@ -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(