Skip to content

Commit

Permalink
[Fix] :: code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 23, 2024
1 parent 04d71d8 commit 481ed7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

@Service
@RequiredArgsConstructor
public class AuthServiceImpl implements AuthService{
public class AuthServiceImpl implements AuthService {

private final UserRepository userRepository;
private final UserMapper userMapper;
Expand Down

0 comments on commit 481ed7e

Please sign in to comment.