style: make erlfmt happy

This commit is contained in:
JimMoen 2022-04-28 09:45:18 +08:00
parent e5d4e272b2
commit 4f9b42a250
1 changed files with 4 additions and 4 deletions

View File

@ -22,14 +22,14 @@
-compile(export_all).
-define(CLUSTER_RPC_SHARD, emqx_cluster_rpc_shard).
-define(CONF_DEFAULT,
<<"\n"
-define(CONF_DEFAULT, <<
"\n"
"prometheus {\n"
" push_gateway_server = \"http://127.0.0.1:9091\"\n"
" interval = \"1s\"\n"
" enable = true\n"
"}\n">>
).
"}\n"
>>).
%%--------------------------------------------------------------------
%% Setups