Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelineIO committed Jul 19, 2023
1 parent 39cff2b commit 603bdb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/xandra/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ defmodule Xandra.Connection do
|> Keyword.get(:transport_options, [])
|> Keyword.merge(@forced_transport_options)

log_info = "#{transport}.connect(address: #{inspect(address)}, port: #{inspect(port)}, transport_options: #{inspect(transport_options)})"
log_info =
"#{transport}.connect(address: #{inspect(address)}, port: #{inspect(port)}, transport_options: #{inspect(transport_options)})"

case transport.connect(address, port, transport_options, @default_timeout) do
{:ok, socket} ->
Expand Down

0 comments on commit 603bdb7

Please sign in to comment.