Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lysalexy committed Dec 19, 2023
1 parent d67f5be commit eebb149
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/java/org/example/service/user/UserService.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package org.example.service.user;

import static org.example.exception.TypicalServerExceptions.*;

import java.util.Optional;
import lombok.RequiredArgsConstructor;
import org.example.entities.user.UserAccount;
import org.example.repository.user.UserAccountRepository;
import org.springframework.stereotype.Service;

import java.util.Optional;

import static org.example.exception.TypicalServerExceptions.*;

@Service
@RequiredArgsConstructor
public class UserService {
Expand Down

0 comments on commit eebb149

Please sign in to comment.