style: please elvis checks

This commit is contained in:
Thales Macedo Garitezi 2022-03-29 16:55:21 -03:00
parent 187079859b
commit 2a48f143bd
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 2 additions and 2 deletions

View File

@ -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,