fix incorrect indentation
[scpubgit/Object-Remote.git] / t / logsetup.pl
index 3eff7e1..a55a28b 100644 (file)
@@ -15,10 +15,10 @@ use Object::Remote::Logging qw( :log );
 use Object::Remote::LogDestination; 
 #make sure to enable execution of every logging code block
 #by setting the log level as high as it can go
-    my $____LOG_DESTINATION = Object::Remote::LogDestination->new(
-        logger => Object::Remote::Logger::TestOutput->new({ levels_upto => 'trace' }),
-    );  
+  my $____LOG_DESTINATION = Object::Remote::LogDestination->new(
+    logger => Object::Remote::Logger::TestOutput->new({ levels_upto => 'trace' }),
+  );  
     
-    $____LOG_DESTINATION->connect(Object::Remote::Logging->arg_router);
+  $____LOG_DESTINATION->connect(Object::Remote::Logging->arg_router);
 1;