Skip to content

Commit

Permalink
♻️ :: ktlint 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
alsco39 committed Jan 13, 2024
1 parent 3451b7a commit 897bc41
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ interface AdminApi {

fun getStudentStatusListByGradeAndClassNum(grade: Int?, classNum: Int?): QueryStudentListByGradeAndClassNum

fun saveOrUpdateType(date: LocalDate, type: DirectorType)
fun saveOrUpdateType(
date: LocalDate,
type: DirectorType,
)
}

0 comments on commit 897bc41

Please sign in to comment.