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 Feb 4, 2025
1 parent b27824a commit 48227a6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ object DetailedOffenceGenerator {

object OffenceGenerator {
val DEFAULT = generate(code = "06200", description = "High treason and other offences against Treason Acts")
val OTHER = generate(code = "09166", description = "Triable either way offences under The Food Hygiene (Wales) Regulations 2006")
val OTHER = generate(
code = "09166",
description = "Triable either way offences under The Food Hygiene (Wales) Regulations 2006"
)

fun generate(
id: Long = IdGenerator.getAndIncrement(),
code: String,
Expand Down

0 comments on commit 48227a6

Please sign in to comment.