Skip to content

Commit e875f1d

Browse files
committed
Remove stray ;
My bad backport of #2777 - all good now 🙌 Signed-off-by: Gerhard Lazu <[email protected]>
1 parent 441bceb commit e875f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ start(normal, []) ->
832832
_ = rabbit_log:info("~n Starting ~s ~s on Erlang ~s [~s]~n ~s~n ~s",
833833
[product_name(), product_version(), rabbit_misc:otp_release(),
834834
emu_flavor(),
835-
?COPYRIGHT_MESSAGE, ?INFORMATION_MESSAGE]);
835+
?COPYRIGHT_MESSAGE, ?INFORMATION_MESSAGE])
836836
end,
837837
log_motd(),
838838
{ok, SupPid} = rabbit_sup:start_link(),

0 commit comments

Comments
 (0)