mirror of https://github.com/apache/maven.git
fixed indentation
This commit is contained in:
parent
aa0b71ca62
commit
25bae5acd7
|
@ -396,12 +396,10 @@ public class MavenCli
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue