From 74cbeae98ae446701fdf2e9fb3a431996cfa3d72 Mon Sep 17 00:00:00 2001 From: Park Sejin Date: Mon, 27 May 2024 16:28:02 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ktlint=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/kotlin/org/mediscan/storage/db/core/PillEntity.kt | 3 +-- .../kotlin/org/mediscan/storage/db/core/PillJpaRepository.kt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/storage/db-core/src/main/kotlin/org/mediscan/storage/db/core/PillEntity.kt b/storage/db-core/src/main/kotlin/org/mediscan/storage/db/core/PillEntity.kt index 8475dec..66392fe 100644 --- a/storage/db-core/src/main/kotlin/org/mediscan/storage/db/core/PillEntity.kt +++ b/storage/db-core/src/main/kotlin/org/mediscan/storage/db/core/PillEntity.kt @@ -40,5 +40,4 @@ class PillEntity( val markCodeBack: String, val ediCode: String, val bizrno: String, -) { -} \ No newline at end of file +) diff --git a/storage/db-core/src/main/kotlin/org/mediscan/storage/db/core/PillJpaRepository.kt b/storage/db-core/src/main/kotlin/org/mediscan/storage/db/core/PillJpaRepository.kt index e64ff92..f418a00 100644 --- a/storage/db-core/src/main/kotlin/org/mediscan/storage/db/core/PillJpaRepository.kt +++ b/storage/db-core/src/main/kotlin/org/mediscan/storage/db/core/PillJpaRepository.kt @@ -2,5 +2,4 @@ package org.mediscan.storage.db.core import org.springframework.data.jpa.repository.JpaRepository -interface PillJpaRepository : JpaRepository { -} \ No newline at end of file +interface PillJpaRepository : JpaRepository