0.05
[gitmo/MooseX-Storage.git] / t / 030_with_checksum.t
index 407e2fd..fc655e2 100644 (file)
@@ -9,7 +9,7 @@ use Test::Deep;
 
 BEGIN {
     eval "use Digest; use Digest::SHA1";
-    plan skip_all => "Digest and Digest::SHA1 is required for this test" if $@;        
+    plan skip_all => "Digest and Digest::SHA1 is required for this test" if $@;           
     plan tests => 26;
     use_ok('MooseX::Storage');
 }