style: make erlfmt happy
This commit is contained in:
parent
e5d4e272b2
commit
4f9b42a250
|
@ -22,14 +22,14 @@
|
||||||
-compile(export_all).
|
-compile(export_all).
|
||||||
|
|
||||||
-define(CLUSTER_RPC_SHARD, emqx_cluster_rpc_shard).
|
-define(CLUSTER_RPC_SHARD, emqx_cluster_rpc_shard).
|
||||||
-define(CONF_DEFAULT,
|
-define(CONF_DEFAULT, <<
|
||||||
<<"\n"
|
"\n"
|
||||||
"prometheus {\n"
|
"prometheus {\n"
|
||||||
" push_gateway_server = \"http://127.0.0.1:9091\"\n"
|
" push_gateway_server = \"http://127.0.0.1:9091\"\n"
|
||||||
" interval = \"1s\"\n"
|
" interval = \"1s\"\n"
|
||||||
" enable = true\n"
|
" enable = true\n"
|
||||||
"}\n">>
|
"}\n"
|
||||||
).
|
>>).
|
||||||
|
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
%% Setups
|
%% Setups
|
||||||
|
|
Loading…
Reference in New Issue