Skip to content

Commit

Permalink
update :: 공백 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Mar 9, 2024
1 parent 41ac796 commit 2fca1f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.example.v1oauthauthorizationservice.infrastructure.configuration.error.data

import com.example.v1oauthauthorizationservice.domain.exception.BaseException
import org.springframework.http.HttpStatus
import org.springframework.validation.BindException
import org.springframework.validation.FieldError
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ import java.util.*
interface UserRepository: JpaRepository<User, UUID?> {

fun findByAccountId(accountId: String): User?

fun findUserById(userId: UUID): User?
}

0 comments on commit 2fca1f6

Please sign in to comment.