whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / unit_utils_load_class.t
index 510d9c1..c2535d2 100644 (file)
@@ -59,7 +59,7 @@ is( $@, "foo", '$@ is untouched' );
 
 undef $@;
 eval { Catalyst::Utils::ensure_class_loaded("This::Module::Is::Not::In::Inc::But::Does::Exist") };
-ok( !$@, "no error when loading non existent .pm that *does* have a symbol table entry" ); 
+ok( !$@, "no error when loading non existent .pm that *does* have a symbol table entry" );
 
 undef $@;
 eval { Catalyst::Utils::ensure_class_loaded('Silly::File::.#Name') };