update repo address
[p5sagit/Config-Any.git] / t / 51-ini.t
index eb8e788..1fea544 100644 (file)
@@ -53,5 +53,5 @@ else {
     my $config = eval { Config::Any::INI->load( $file ) };
 
     ok( !$config, 'config load failed' );
-    ok( $@, "error thrown ($@)" );
+    ok( $@,       "error thrown ($@)" );
 }