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 2
2
## License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
4
4
##
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.
6
6
alias RabbitMQ.CLI.Formatters.FormatterHelpers
7
7
8
8
defmodule RabbitMQ.CLI.Formatters.Plugins do
@@ -146,10 +146,6 @@ defmodule RabbitMQ.CLI.Formatters.Plugins do
146
146
]
147
147
end
148
148
149
- defp augment_version ( % { version: version , running: nil } ) do
150
- to_string ( version )
151
- end
152
-
153
149
defp augment_version ( % { version: version , running: false } ) do
154
150
to_string ( version )
155
151
end
You can’t perform that action at this time.
0 commit comments