Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Mar 10, 2024
1 parent 9d8aa08 commit 4db5f20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/redix/start_options.ex
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@ defmodule Redix.StartOptions do
]
]

@redix_start_link_opts_schema start_link_opts_schema |> Keyword.drop([:fetch_client_id_on_connect]) |> NimbleOptions.new!()
@redix_start_link_opts_schema start_link_opts_schema
|> Keyword.drop([:fetch_client_id_on_connect])
|> NimbleOptions.new!()
@redix_pubsub_start_link_opts_schema NimbleOptions.new!(start_link_opts_schema)

@spec options_docs(:redix | :redix_pubsub) :: String.t()
Expand Down

0 comments on commit 4db5f20

Please sign in to comment.