Skip to content

Commit

Permalink
ECWID-153684 - fixed detekt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexeyyy committed Dec 16, 2024
1 parent 87ac3dc commit 0c32622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/ecwid/apiclient/v3/BrandsApiClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface BrandsApiClient {
}

@Suppress("EXTENSION_SHADOWED_BY_MEMBER")
inline fun <reified Result: PartialResult<BrandsSearchResult>> BrandsApiClient.searchBrands(
inline fun <reified Result : PartialResult<BrandsSearchResult>> BrandsApiClient.searchBrands(
request: BrandsSearchRequest
): Result {
return searchBrands(request, resultClass = Result::class)
Expand Down

0 comments on commit 0c32622

Please sign in to comment.