Skip to content

Commit

Permalink
more consistent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 25, 2016
1 parent 794939f commit 655492c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -111,7 +111,6 @@ sub server {
weaken $self;
$server->on(
accept => sub {

my $stream = Mojo::IOLoop::Stream->new(pop);
$self->$cb($stream, $self->_stream($stream, $self->_id, 1));

Expand Down

0 comments on commit 655492c

Please sign in to comment.