Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Aug 7, 2023
1 parent df23490 commit d7f25c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xandra/cluster.ex
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ defmodule Xandra.Cluster do
xandra_module: [type: :atom, default: Xandra, doc: false],
control_connection_module: [type: :atom, default: ControlConnection, doc: false],
test_discovered_hosts: [type: :any, default: [], doc: false],
registry_listeners: []
registry_listeners: [type: :any, default: [], doc: false]
]

@start_link_opts_schema_keys Keyword.keys(@start_link_opts_schema)
Expand Down

0 comments on commit d7f25c8

Please sign in to comment.