Skip to content

Commit 0148534

Browse files
chore: fix identation in example loadContributorsBlocking() (#4085)
1 parent 74774df commit 0148534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/coroutines-and-channels.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ This API is used by the `loadContributorsBlocking()` function to fetch the list
9292

9393
```kotlin
9494
fun loadContributorsBlocking(
95-
service: GitHubService,
96-
req: RequestData
95+
service: GitHubService,
96+
req: RequestData
9797
): List<User> {
9898
val repos = service
9999
.getOrgReposCall(req.org) // #1

0 commit comments

Comments
 (0)