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 +}