Skip to content

Commit a21a609

Browse files
CLI: placate Dialyzer
1 parent 4a3806b commit a21a609

File tree

1 file changed

+1
-5
lines changed
  • deps/rabbitmq_cli/lib/rabbitmq/cli/formatters

1 file changed

+1
-5
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/formatters/plugins.ex

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
66
alias RabbitMQ.CLI.Formatters.FormatterHelpers
77

88
defmodule 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

0 commit comments

Comments
 (0)