code format

This commit is contained in:
huangdan 2016-12-14 19:14:03 +08:00
parent b9220490bf
commit 4c9e031ece
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ change_opts(SslType, DataDir, Vals) ->
TupleList2 TupleList2
end, end,
[{Protocol, Port, [{ssl, TupleList3}]} | Acc]; [{Protocol, Port, [{ssl, TupleList3}]} | Acc];
_ -> _ ->
[Listener | Acc] [Listener | Acc]
end end
end, [], Listeners), end, [], Listeners),