Skip to content

Commit 52f2b02

Browse files
Formatting changes
1 parent f33e825 commit 52f2b02

File tree

1 file changed

+1
-1
lines changed
  • projects/prison-case-notes-to-probation/src/main/kotlin/uk/gov/justice/digital/hmpps/integrations/prison

1 file changed

+1
-1
lines changed

projects/prison-case-notes-to-probation/src/main/kotlin/uk/gov/justice/digital/hmpps/integrations/prison/PrisonCaseNotesClient.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import java.time.LocalDateTime
88

99
interface PrisonCaseNotesClient {
1010
@GetExchange
11-
fun getCaseNote(baseUrl: URI): PrisonCaseNote
11+
fun getCaseNote(baseUrl: URI): PrisonCaseNote
1212

1313
@PostExchange
1414
fun searchCaseNotes(

0 commit comments

Comments
 (0)