fix minor whitespace issue in synopsis
[gitmo/Moo.git] / lib / Moo.pm
index fd9d886..2f7db1a 100644 (file)
@@ -212,7 +212,7 @@ Moo - Minimalist Object Orientation (with Moose compatiblity)
    isa => sub {
      die "Only SWEET-TREATZ supported!" unless $_[0] eq 'SWEET-TREATZ'
    },
-);
+ );
 
  has pounds => (
    is  => 'rw',