Commit 919edbf0 authored by Sarika Sama's avatar Sarika Sama

Space Changes

parent c81aac96
......@@ -23,7 +23,7 @@ public class UserService {
public UserService(UserRepository userRepository, BCryptPasswordEncoder bCryptPasswordEncoder) {
this.userRepository = userRepository;
this.bCryptPasswordEncoder = bCryptPasswordEncoder;
this.bCryptPasswordEncoder = bCryptPasswordEncoder ;
}
public Mono<User> findByUsername(String username) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment