Skip to content

Commit

Permalink
Merge pull request #6 from kotedo/master
Browse files Browse the repository at this point in the history
Removing duplicate line.
  • Loading branch information
5HT committed Jun 6, 2015
2 parents e4d738c + c0b0430 commit cee10c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bpe_task.erl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ task_action(Module,CurrentTask,Target,Proc) ->
{run,State} -> bpe_proc:run('Finish',State);
{until,Task,State} -> bpe_proc:run(Task,State);
{reply,State} -> {reply,{complete,Target},State};
{reply,State} -> {reply,{complete,Target},State};
{error,Message,Task,State} -> {reply,{error,Message,Task},State};
{{reply,Message},Task,State} -> {reply,{{complete,Message},Task},State};
{reply,Task,State} -> {reply,{complete,Task},State} end;
Expand Down

0 comments on commit cee10c7

Please sign in to comment.