From 1cc1b880cb614b6a86e6913034a454af3914d138 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christopher=20Cot=C3=A9?= Date: Wed, 24 Nov 2021 08:51:55 -0500 Subject: [PATCH] fix alpha ordering of aliases in Handler --- lib/client/handler.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/handler.ex b/lib/client/handler.ex index 0108de2..e80e81a 100644 --- a/lib/client/handler.ex +++ b/lib/client/handler.ex @@ -11,8 +11,8 @@ defmodule Wampex.Client.Handler do use GenServer alias Wampex.Client alias Wampex.Roles.Callee.{Unregister, Yield} - alias Wampex.Roles.Subscriber.Unsubscribe alias Wampex.Roles.Peer.Error + alias Wampex.Roles.Subscriber.Unsubscribe require Logger import unquote(__MODULE__) @before_compile unquote(__MODULE__) -- 2.45.3