Forgot to fix the test count
[gitmo/Moose.git] / t / 030_roles / 001_meta_role.t
index f8b377b..a977ec3 100644 (file)
@@ -10,9 +10,9 @@ use Moose::Meta::Role;
 
 {
     package FooRole;
-    
+
     our $VERSION = '0.01';
-    
+
     sub foo { 'FooRole::foo' }
 }
 
@@ -34,7 +34,7 @@ is_deeply(
     [ $foo_role->get_method_list() ],
     [ 'foo' ],
     '... got the right method list');
-    
+
 # attributes ...
 
 is_deeply(