Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
probation-integration-bot[bot] authored Jan 9, 2025
1 parent a4b8366 commit 40336f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ class Handler(
)
)
}
} catch (_: IgnorableMessageException) {}
} catch (_: IgnorableMessageException) {
}

private fun EmailMessage.extractCrn(): String {
val crns = CRN_REGEX.toRegex().findAll(subject).map { it.value }.distinct()
Expand Down

0 comments on commit 40336f1

Please sign in to comment.