Skip to content

Commit

Permalink
chore: fix identation in example loadContributorsBlocking() (#4085)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrakovichVictoria authored Apr 3, 2024
1 parent 74774df commit 0148534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/coroutines-and-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ This API is used by the `loadContributorsBlocking()` function to fetch the list
```kotlin
fun loadContributorsBlocking(
service: GitHubService,
req: RequestData
service: GitHubService,
req: RequestData
): List<User> {
val repos = service
.getOrgReposCall(req.org) // #1
Expand Down

0 comments on commit 0148534

Please sign in to comment.