Cosmetics

(cherry picked from commit 5e1c0841d78c8644eaea3b22837df40fd2ea1a24)

Conflicts:
	lib/rabbitmq/cli/formatters/pretty_table.ex
This commit is contained in:
Michael Klishin 2019-07-08 15:59:28 +03:00
parent 5589496678
commit 816bfbc50b
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@
##
## The Initial Developer of the Original Code is GoPivotal, Inc.
## Copyright (c) 2007-2018 Pivotal Software, Inc. All rights reserved.
alias RabbitMQ.CLI.Formatters.FormatterHelpers
defmodule RabbitMQ.CLI.Formatters.PrettyTable do
@behaviour RabbitMQ.CLI.FormatterBehaviour
alias RabbitMQ.CLI.Formatters.FormatterHelpers
require Record
import Record