]> git.vpit.fr Git - perl/modules/with.git/blobdiff - t/10-with.t
Remove trailing whitespace
[perl/modules/with.git] / t / 10-with.t
index 4f6e34c6a0a99cc512705adb0d2a58b0d65e8bcf..3edaae79bfd3f015e59b3546d9604d0c146adb56 100644 (file)
@@ -40,9 +40,9 @@ foo 'main', 0;
   main::foo 'main', 2;
   my $ref = \&foo;
   $ref->('main', 2);
+
   no with;
-  foo 'main', 0; 
+  foo 'main', 0;
  }