From: Dave Rolsky Date: Wed, 16 Jan 2013 15:32:34 +0000 (-0600) Subject: Perltidy new code X-Git-Tag: v0.18~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ccdd2813934f72ea676eb55d833db3c62f206364;p=gitmo%2FMooseX-Params-Validate.git Perltidy new code --- diff --git a/t/001_basic.t b/t/001_basic.t index 14e8248..13ecee0 100644 --- a/t/001_basic.t +++ b/t/001_basic.t @@ -64,7 +64,8 @@ use Test::Fatal; foo => { isa => 'ArrayRef', callbacks => { - 'some random callback' => sub { !ref($_[0]) || @{ $_[0] } <= 2 }, + 'some random callback' => + sub { !ref( $_[0] ) || @{ $_[0] } <= 2 }, }, }, );