Mouse::Role improved
[gitmo/Mouse.git] / t / 030_roles / failing / 015_runtime_roles_and_attrs.t
index 8d6bfc2..d1c0e4d 100644 (file)
@@ -32,7 +32,7 @@ use Scalar::Util 'blessed';
 }
 
 my $obj = Foo->new;
-isa_ok($obj, 'Foo');    
+isa_ok($obj, 'Foo');
 
 ok(!$obj->can( 'talk' ), "... the role is not composed yet");
 ok(!$obj->can( 'fur' ), 'ditto');