perltidy
[p5sagit/Config-Any.git] / lib / Config / Any / JSON.pm
index 922bb61..5e4edf3 100644 (file)
@@ -48,7 +48,7 @@ sub load {
     close $fh;
 
     eval { require JSON::Syck; };
-    if( $@ ) {
+    if ( $@ ) {
         require JSON;
         return JSON::jsonToObj( $content );
     }