Skip to content

Commit

Permalink
Fix broken an indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Nov 7, 2013
1 parent 30bfb49 commit bb87f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Utils.pm
Expand Up @@ -84,7 +84,7 @@ sub create_clients_and_set_tags {
else {
$client->set_tags( @tags, sub { $cv->end; } );
}
});
});
$socket->emit('token login', $client->token);
});

Expand Down

0 comments on commit bb87f3e

Please sign in to comment.