remove trailing whitespace
[gitmo/Moose.git] / t / 030_roles / 015_runtime_roles_and_attrs.t
index a2b3842..55a3847 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');