Reindent lib/ and t/
[www-search-torrentz.git] / t / WWW-Search-Torrentz-Result.t
index 1c98d8e578b24401c9ad782f9a83c4899dbd8411..cb3a1d4e5eab04a157f2165c58b6941a762c81ee 100644 (file)
@@ -6,13 +6,13 @@ use Test::More tests => 9;
 BEGIN { use_ok('WWW::Search::Torrentz::Result') };
 
 my $result = WWW::Search::Torrentz::Result->new(
-  title => 'Title',
-  verified => 4,
-  age => 'age',
-  size => 'size',
-  seeders => 50,
-  leechers => 50,
-  infohash => '514131e668a8134bca9668ef2e19e690924adf86',
+       title => 'Title',
+       verified => 4,
+       age => 'age',
+       size => 'size',
+       seeders => 50,
+       leechers => 50,
+       infohash => '514131e668a8134bca9668ef2e19e690924adf86',
 );
 
 is $result->title, 'Title', 'title';
This page took 0.009477 seconds and 4 git commands to generate.