Current section

Files

Jump to
pipes src pipe_supervisor_identity.erl
Raw

src/pipe_supervisor_identity.erl

-module(pipe_supervisor_identity).
-export([init/1]).
init([Strategy, Spec]) ->
{ok, {Strategy, Spec}}.