Switch to 2-space indent, minor formatting (no code) changes
[p5sagit/Class-Accessor-Grouped.git] / t / inherited.t
index 8a3dc02..a2e1567 100644 (file)
@@ -59,11 +59,11 @@ is(BaseInheritedGroups->basefield, 'All Your Base');
 my $dying = NotHashBased->new;
 
 throws_ok {
-    $dying->killme;
+  $dying->killme;
 } qr/Cannot get.*is not hash-based/;
 
 throws_ok {
-    $dying->killme('foo');
+  $dying->killme('foo');
 } qr/Cannot set.*is not hash-based/;
 
 # make sure we're get defined items, even 0, ''