Skip to content

Commit

Permalink
adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisoberle committed Jan 17, 2018
1 parent 5a0899f commit 29abf33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public CustomAuthenticationFilter authenticationFilter() throws Exception {

@Autowired
public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception {
auth.authenticationProvider(authProvider());
auth.authenticationProvider(authProvider());
}

public AuthenticationProvider authProvider() {
Expand Down

0 comments on commit 29abf33

Please sign in to comment.