Reindent everything
[www-offliberty.git] / t / 50-network.t
index b940cc8d6f45bb744679d36de3b4084fb9421b94..20b07e63ad55a7541b799bb035273a416efe1428 100644 (file)
@@ -6,15 +6,15 @@ use Test::More;
 use WWW::Offliberty qw/off/;
 
 if ($ENV{NETWORK_TEST}) {
-  plan tests => 2;
+       plan tests => 2;
 
-  my @results;
+       my @results;
 
-  @results = off "http://youtube.com/watch?v=Tj75Arhq5ho";
-  is @results, 1, 'youtube';
+       @results = off "http://youtube.com/watch?v=Tj75Arhq5ho";
+       is @results, 1, 'youtube';
 
-  @results = off "http://youtube.com/watch?v=Tj75Arhq5ho", video_file => 1;
-  is @results, 2, 'youtube, video_file => 1';
+       @results = off "http://youtube.com/watch?v=Tj75Arhq5ho", video_file => 1;
+       is @results, 2, 'youtube, video_file => 1';
 } else {
-  plan skip_all => '$ENV{NETWORK_TEST} not true';
+       plan skip_all => '$ENV{NETWORK_TEST} not true';
 }
This page took 0.010621 seconds and 4 git commands to generate.