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 22, 2025
1 parent eef79fd commit a021b8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ interface ProbationSearchClient {
fun contactSearch(
@RequestBody body: ActivitySearchRequest,
@RequestParam page: Int = 0,
@RequestParam size: Int = 10): ContactSearchResponse
@RequestParam size: Int = 10
): ContactSearchResponse
}

data class ActivitySearchRequest(
Expand All @@ -24,7 +25,6 @@ data class ActivitySearchRequest(
val filters: List<String> = emptyList(),
)


data class ContactSearchResponse(
val size: Int,
val page: Int,
Expand Down

0 comments on commit a021b8a

Please sign in to comment.