From: Christopher Coté Date: Wed, 24 Nov 2021 13:51:55 +0000 (-0500) Subject: fix alpha ordering of aliases in Handler X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=1cc1b880cb614b6a86e6913034a454af3914d138;p=wampex_client.git fix alpha ordering of aliases in Handler --- 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__)