File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
deps/rabbitmq_cli/lib/rabbitmq/cli/formatters Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 22## License, v. 2.0. If a copy of the MPL was not distributed with this
33## file, You can obtain one at https://mozilla.org/MPL/2.0/.
44##
5- ## Copyright (c) 2007-2023 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
5+ ## Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
66alias RabbitMQ.CLI.Formatters.FormatterHelpers
77
88defmodule RabbitMQ.CLI.Formatters.Plugins do
@@ -146,10 +146,6 @@ defmodule RabbitMQ.CLI.Formatters.Plugins do
146146 ]
147147 end
148148
149- defp augment_version ( % { version: version , running: nil } ) do
150- to_string ( version )
151- end
152-
153149 defp augment_version ( % { version: version , running: false } ) do
154150 to_string ( version )
155151 end
You can’t perform that action at this time.
0 commit comments