Skip to content

Commit 98a8de1

Browse files
Fix csv formatter compilation
1 parent dc09fc4 commit 98a8de1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ end
9696

9797
# Elixir 1.15 compiler optimizations require that we explicitly
9898
# add the csv code path
99-
true = Code.append_path(Path.join(["..", "csv", "ebin"]))
99+
_ = Code.append_path(Path.join(["..", "csv", "ebin"]))
100100

101101
defimpl CSV.Encode, for: PID do
102102
def encode(pid, env \\ []) do

0 commit comments

Comments
 (0)