Switch to 2-space indent, minor formatting (no code) changes
[p5sagit/Class-Accessor-Grouped.git] / t / style_no_tabs.t
index 6895eb3..0c6986d 100644 (file)
@@ -2,12 +2,12 @@ use strict;
 use warnings;
 
 BEGIN {
-    use Test::More;
+  use Test::More;
 
-    plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
+  plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
 
-    eval 'use Test::NoTabs 0.03';
-    plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;
+  eval 'use Test::NoTabs 0.03';
+  plan skip_all => 'Test::NoTabs 0.03 not installed' if $@;
 };
 
 all_perl_files_ok('lib');