Cosmetics
(cherry picked from commit 5e1c0841d78c8644eaea3b22837df40fd2ea1a24) Conflicts: lib/rabbitmq/cli/formatters/pretty_table.ex
This commit is contained in:
parent
5589496678
commit
816bfbc50b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue