Reindent
[poe-component-irc-plugin-hello.git] / t / POE-Component-IRC-Plugin-Hello.t
index ebb2ef597dd35746ba8c0810548304e87810f74c..dab4d9ccd4e95e8c362e50d1fd2c173ec76e060e 100644 (file)
@@ -18,10 +18,10 @@ my $channels = [ '#chan' ];
 
 # Sub setup
 sub runtest{
-  my ($message, $expect, $comment) = @_;
-  $hello_sent=0;
-  $self->S_public($mockirc, \'mgv!marius@ieval.ro', \$channels, \$message);
-  ok($hello_sent == $expect, $comment)
+       my ($message, $expect, $comment) = @_;
+       $hello_sent=0;
+       $self->S_public($mockirc, \'mgv!marius@ieval.ro', \$channels, \$message);
+       ok($hello_sent == $expect, $comment)
 }
 
 #Tests
This page took 0.010083 seconds and 4 git commands to generate.