style: auto format

This commit is contained in:
x1001100011 2021-09-23 00:16:32 -07:00
parent df1cbb0bab
commit 7e2c035562
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ defmodule EMQX.MixProject do
{:hocon, github: "emqx/hocon"},
{:pbkdf2, github: "emqx/erlang-pbkdf2", tag: "2.0.4"},
{:snabbkaffe, github: "kafka4beam/snabbkaffe", tag: "0.14.0"},
{:jiffy, github: "emqx/jiffy", tag: "1.0.5"}
{:jiffy, github: "emqx/jiffy", tag: "1.0.5"}
]
end
end

View File

@ -15,9 +15,9 @@ defmodule EmqxReleaseHelper.Applications do
application :emqx_machine do
start_type :permanent
overlay do
template "etc/emqx.conf.all", "etc/emqx.conf"
end
overlay do
template "etc/emqx.conf.all", "etc/emqx.conf"
end
end
application :emqx_bridge do