Imported upstream version 0.09
[liburi-template-perl.git] / t / 12-suite.t
index 19b0914..83f0e99 100644 (file)
@@ -4,8 +4,8 @@ use warnings;
 use Test::More;
 
 BEGIN {
-       eval "use JSON ();";
-       plan skip_all => "JSON required" if $@;
+    eval "use JSON ();";
+    plan skip_all => "JSON required" if $@;
     plan( 'no_plan' );
     use_ok( 'URI::Template' );
 }