From 0c477dff70e43e33432d8a20ab3ee5e0c358d74e Mon Sep 17 00:00:00 2001 From: Marcio Cruz de Almeida Date: Tue, 13 Feb 2024 15:32:30 -0300 Subject: [PATCH] reefactoring --- message-fanout/commons/api.w | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message-fanout/commons/api.w b/message-fanout/commons/api.w index 615445a0..1d3e6b09 100644 --- a/message-fanout/commons/api.w +++ b/message-fanout/commons/api.w @@ -11,4 +11,4 @@ pub interface IMessageFanout extends std.IResource { * Create a new consumer for the fanout */ addConsumer(name: str, handler: inflight(str): void): void; -} \ No newline at end of file +}