style: make erlfmt happy
This commit is contained in:
parent
e5d4e272b2
commit
4f9b42a250
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue