From 01485343b4fab3692d0806b4c3706b23c6b04f1d Mon Sep 17 00:00:00 2001 From: Victoria Petrakovich <78360457+PetrakovichVictoria@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:10:43 +0200 Subject: [PATCH] chore: fix identation in example loadContributorsBlocking() (#4085) --- docs/topics/coroutines-and-channels.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/coroutines-and-channels.md b/docs/topics/coroutines-and-channels.md index 4fcb413ce1..e3cb7e5a42 100644 --- a/docs/topics/coroutines-and-channels.md +++ b/docs/topics/coroutines-and-channels.md @@ -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 { val repos = service .getOrgReposCall(req.org) // #1