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 30, 2025
1 parent 2ede048 commit 129760d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ data class CaseNoteBody(
val bytes = this.toByteArray()
return if (bytes.size > 200) {
String(bytes.slice(0..197).toByteArray()) + " ~"
}
else this
} else this
}

private fun isResettlementPassport() = type == "RESET" && subType == "BCST"
Expand Down

0 comments on commit 129760d

Please sign in to comment.