Skip to content

Commit 7c9beef

Browse files
michaelklishinmergify[bot]
authored andcommitted
Cosmetics #10891
(cherry picked from commit fb05a51)
1 parent 0161190 commit 7c9beef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_vhost.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ put_vhost(Name, Description, Tags0, DefaultQueueType0, Trace, Username) ->
329329
DefaultQueueType = case DefaultQueueType0 of
330330
<<"undefined">> -> undefined;
331331
_ -> DefaultQueueType0
332-
end,
332+
end,
333333
ParsedTags = parse_tags(Tags),
334334
rabbit_log:debug("Parsed tags ~tp to ~tp", [Tags, ParsedTags]),
335335
Result = case exists(Name) of

0 commit comments

Comments
 (0)