Current section

Files

Jump to
rebar3_proper src rebar3_proper.erl
Raw

src/rebar3_proper.erl

-module(rebar3_proper).
-export([init/1]).
-spec init(rebar_state:t()) -> {ok, rebar_state:t()}.
init(State) ->
{ok, State1} = rebar3_proper_prv:init(State),
{ok, State1}.