Skip to content

Commit

Permalink
Fix xref
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Aug 19, 2021
1 parent 0036269 commit 91ab7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/mongoose_domain_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-export([start_link/0]).
-export([init/1]).

-ignore_xref([start_link/0]).
-ignore_xref([start_link/0, init/1]).

-spec(start_link() ->
{ok, Pid :: pid()} | ignore | {error, Reason :: term()}).
Expand Down

0 comments on commit 91ab7b8

Please sign in to comment.