]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - t/22-magic.t
Strip spaces at the end of lines
[perl/modules/Lexical-Types.git] / t / 22-magic.t
index cc8e497b30892328dd65509421cf6f0c6c9323b6..dee87c2ebeb5bc368e7e66fadc0a4a0898599bc7 100644 (file)
@@ -23,7 +23,7 @@ BEGIN {
                 get  => sub { ++$_[1]->{get}; () },
                 set  => sub { ++$_[1]->{set}; () };
  }
+
  sub TYPEDSCALAR { cast $_[1], $wiz, $_[2]; () }
 }