Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hank-Choi committed Jan 14, 2025
1 parent ad23304 commit d8e4a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/common/exception/Snu4tException.kt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ object WrongSemesterException : Snu4tException(ErrorType.WRONG_SEMESTER)
class LectureTimeOverlapException(confirmMessage: String) : Snu4tException(
error = ErrorType.LECTURE_TIME_OVERLAP,
displayMessage = confirmMessage,
ext = mapOf("confirm_message" to confirmMessage)
ext = mapOf("confirm_message" to confirmMessage),
)

object CustomLectureResetException : Snu4tException(ErrorType.CANNOT_RESET_CUSTOM_LECTURE)
Expand Down

0 comments on commit d8e4a62

Please sign in to comment.