whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / evil_stash.t
index e97a131..0354305 100644 (file)
@@ -13,7 +13,7 @@ use Test::More;
     $c->{stash}->{foo} = 'bar';
     $c->stash(baz=>'boor');
     $c->{stash}->{baz} = $c->stash->{baz} . 2;
-    
+
     Test::More::is($c->stash->{foo}, 'bar');
     Test::More::is($c->stash->{baz}, 'boor2');
     Test::More::is($c->{stash}->{foo}, 'bar');