Fix RT #54203 (reported by chocolateboy) that setters might return undef.
[gitmo/Mouse.git] / t / 200_examples / 001_example.t
index b4606c4..515fc1a 100644 (file)
@@ -6,8 +6,6 @@ use warnings;
 use Test::More tests => 20;
 use Test::Exception;
 
-
-
 ## Roles
 
 {