Skip to content

Commit

Permalink
ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Oct 25, 2023
1 parent 4bd4f46 commit a7ad0ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ class DataLoader(
RegistrationGenerator.TYPE_DASO
)
)
contactTypeRepository.saveAll(ContactType.Code.entries.map {
ContactType(
it.value,
IdGenerator.getAndIncrement()
)
})
contactTypeRepository.saveAll(
ContactType.Code.entries.map {
ContactType(
it.value,
IdGenerator.getAndIncrement()
)
}
)

districtRepository.save(ProviderGenerator.DEFAULT_DISTRICT)
teamRepository.saveAll(PersonManagerGenerator.ALL.map { it.team } + ProviderGenerator.POM_TEAM)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package uk.gov.justice.digital.hmpps

import com.github.tomakehurst.wiremock.WireMockServer
import org.hamcrest.MatcherAssert.assertThat
import org.hamcrest.Matchers.containsInAnyOrder
import org.hamcrest.Matchers.equalTo
import org.hamcrest.Matchers.hasItems
import org.junit.jupiter.api.Assertions.assertNotNull
Expand Down

0 comments on commit a7ad0ce

Please sign in to comment.