Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo0515 committed Sep 20, 2024
1 parent 4c9dcc6 commit c261650
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package club.staircrusher.place.application.port.out.persistence

import club.staircrusher.place.domain.model.Place
import org.springframework.data.domain.Page
import org.springframework.data.domain.Pageable
import org.springframework.data.jpa.repository.EntityGraph
import org.springframework.data.jpa.repository.Query
import org.springframework.data.repository.CrudRepository
import java.time.Instant

interface PlaceRepository : CrudRepository<Place, String> {
fun findByBuildingId(buildingId: String): List<Place>
Expand Down

0 comments on commit c261650

Please sign in to comment.