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 Oct 16, 2024
1 parent 9a2f401 commit ae59bf2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ class SentenceService(
val noteText = addedBy?.let { note.removePrefix(addedBy) } ?: note

val createdBy = addedBy?.removeSuffix(System.lineSeparator())?.reversed()?.substring(23)?.reversed()
val dateCreatedBy = addedBy?.removeSuffix(System.lineSeparator())?.reversed()?.substring(9,19)?.reversed()
val dateCreatedBy =
addedBy?.removeSuffix(System.lineSeparator())?.reversed()?.substring(9, 19)?.reversed()

LicenceConditionNote(
createdBy,
Expand Down

0 comments on commit ae59bf2

Please sign in to comment.