Skip to content

Commit

Permalink
Fix indention
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Nov 5, 2021
1 parent e9f93c3 commit 34fc43b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mongoose_backend.erl
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
-type host_type_or_global() :: mongooseim:host_type_or_global().

-spec init(HostType :: host_type_or_global(),
MainModule :: main_module(),
TrackedFuns :: [function_name()],
Opts :: gen_mod:module_opts()) -> ok.
MainModule :: main_module(),
TrackedFuns :: [function_name()],
Opts :: gen_mod:module_opts()) -> ok.
init(HostType, MainModule, TrackedFuns, Opts) ->
ensure_backend_metrics(MainModule, TrackedFuns),
Backend = gen_mod:get_opt(backend, Opts, mnesia),
Expand Down

0 comments on commit 34fc43b

Please sign in to comment.