We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288a639 commit 557ed38Copy full SHA for 557ed38
src/rabbit_reader.erl
@@ -232,7 +232,7 @@ server_properties(Protocol) ->
232
{ok, RawConfigServerProps} = application:get_env(rabbit,
233
server_properties),
234
235
- %% Normalize the simplifed (2-tuple) and unsimplified (3-tuple) forms
+ %% Normalize the simplified (2-tuple) and unsimplified (3-tuple) forms
236
%% from the config and merge them with the generated built-in properties
237
NormalizedConfigServerProps =
238
[{<<"capabilities">>, table, server_capabilities(Protocol)} |
0 commit comments