Skip to content

Commit

Permalink
Merge pull request #21 from Capstone-MediScan/develop
Browse files Browse the repository at this point in the history
[Recfactor]: Ktlint 적용 (#20)
  • Loading branch information
sejineer authored May 28, 2024
2 parents 4b05102 + f7e424c commit 5a6f672
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ data class PillDetailResponseDto(
)
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ package org.mediscan.core.api.controller.v1.response
data class PillDomainIdentificationResponseDto(
val confidence: Long,
val drugCode: String,

)

This file was deleted.

0 comments on commit 5a6f672

Please sign in to comment.