no trailing whitespace
[gitmo/MooseX-Types.git] / t / 16_introspection.t
index f2f04e4..db412fa 100644 (file)
@@ -24,8 +24,8 @@ do {
         ::ok(!$@, "introspecting something that's not not a type doesn't blow up");
     }
 
-    BEGIN { 
-        no strict 'refs'; 
+    BEGIN {
+        no strict 'refs';
         delete ${'IntrospectionTest::'}{TwentyThree};
     }
 };