fixed indentation

This commit is contained in:
Hervé Boutemy 2012-12-16 09:49:17 +01:00
parent aa0b71ca62
commit 25bae5acd7
1 changed files with 16 additions and 18 deletions

View File

@ -396,12 +396,10 @@ private PlexusContainer container( CliRequest cliRequest )
container = new DefaultPlexusContainer( cc, new AbstractModule()
{
protected void configure()
{
bind( ILoggerFactory.class ).toInstance( slf4jLoggerFactory );
}
} );
// NOTE: To avoid inconsistencies, we'll use the TCCL exclusively for lookups