BAEL-2762 formating done for 2 space indenting
This commit is contained in:
parent
5421b1af95
commit
7bb1a28235
|
@ -14,9 +14,7 @@ public class BasicAuthConfiguration extends WebSecurityConfigurerAdapter {
|
|||
|
||||
@Override
|
||||
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
|
||||
PasswordEncoder encoder =
|
||||
PasswordEncoderFactories.createDelegatingPasswordEncoder();
|
||||
|
||||
PasswordEncoder encoder = PasswordEncoderFactories.createDelegatingPasswordEncoder();
|
||||
auth
|
||||
.inMemoryAuthentication()
|
||||
.withUser("user")
|
||||
|
|
Loading…
Reference in New Issue