From: Dave Rolsky Date: Wed, 23 Sep 2009 20:19:26 +0000 (-0500) Subject: Fix indentation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64864ac0897e335b2e3d795d73283ff4de28f94f;p=gitmo%2Fmoose-presentations.git Fix indentation --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index b06c84c..ddf2a4d 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -2882,7 +2882,7 @@ sub work { \@_, tasks => { isa => 'ArrayRef[Task]', - coerce =>1 }, + coerce => 1 }, can_rest => { isa => 'Bool', default => 0 },