adjust spacing

This commit is contained in:
Chris Oberle 2018-01-16 20:39:53 -05:00
parent 5a0899ff25
commit 29abf338f0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
@Autowired
public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {
auth.authenticationProvider(authProvider());
auth.authenticationProvider(authProvider());
}
public AuthenticationProvider authProvider() {