Skip to content

Commit

Permalink
chore: ktlint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed May 27, 2024
1 parent 3643707 commit 74cbeae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ class PillEntity(
val markCodeBack: String,
val ediCode: String,
val bizrno: String,
) {
}
)
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ package org.mediscan.storage.db.core

import org.springframework.data.jpa.repository.JpaRepository

interface PillJpaRepository : JpaRepository<PillEntity, Long> {
}
interface PillJpaRepository : JpaRepository<PillEntity, Long>

0 comments on commit 74cbeae

Please sign in to comment.