mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix Elvis report: Remove spaces in weird places
https://github.com/inaka/elvis_core/blob/main/doc_rules/elvis_style/no_space.md
This commit is contained in:
parent
74b80bfe08
commit
0304428d95
9 changed files with 11 additions and 12 deletions
|
@ -142,8 +142,8 @@ mod_opt_type(servers) ->
|
|||
econf:options(
|
||||
#{
|
||||
certfile => econf:pem()
|
||||
}, [{return, map}])
|
||||
)}, [{return, map}]),
|
||||
}, [{return, map}]))},
|
||||
[{return, map}]),
|
||||
[{return, map}]),
|
||||
fun(Servers) ->
|
||||
maps:fold(
|
||||
|
|
|
@ -39,9 +39,8 @@ get_nameservers() ->
|
|||
is_good_ns(Addr) ->
|
||||
element(1,
|
||||
inet_res:nnslookup("a.root-servers.net", in, a, [{Addr,53}],
|
||||
timer:seconds(5)
|
||||
)
|
||||
) =:= ok.
|
||||
timer:seconds(5)))
|
||||
=:= ok.
|
||||
|
||||
reg() ->
|
||||
{ok, R} = win32reg:open([read]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue