style: please elvis checks
This commit is contained in:
parent
187079859b
commit
2a48f143bd
|
@ -30,7 +30,7 @@
|
|||
start() ->
|
||||
case os:type() of
|
||||
{win32, nt} -> ok;
|
||||
_nix ->
|
||||
_Nix ->
|
||||
os:set_signal(sighup, ignore),
|
||||
os:set_signal(sigterm, handle) %% default is handle
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue