From c88cfd940de298e8aeb9ca168a97d76a6da47d14 Mon Sep 17 00:00:00 2001 From: Ayanda Dube Date: Mon, 23 Jul 2018 06:06:18 +0100 Subject: Reduce code footprint on aliases --- deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/hipe_compile_command.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/hipe_compile_command.ex') diff --git a/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/hipe_compile_command.ex b/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/hipe_compile_command.ex index 05681ddfac..72d9994d6d 100644 --- a/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/hipe_compile_command.ex +++ b/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/hipe_compile_command.ex @@ -14,7 +14,7 @@ ## Copyright (c) 2016-2017 Pivotal Software, Inc. All rights reserved. defmodule RabbitMQ.CLI.Ctl.Commands.HipeCompileCommand do - alias RabbitMQ.CLI.Core.Helpers, as: Helpers + alias RabbitMQ.CLI.Core.Helpers @behaviour RabbitMQ.CLI.CommandBehaviour use RabbitMQ.CLI.DefaultOutput -- cgit v1.2.1