diff --git a/src/tasks/Request1Blocking.kt b/src/tasks/Request1Blocking.kt index 346c149..01a4eb2 100644 --- a/src/tasks/Request1Blocking.kt +++ b/src/tasks/Request1Blocking.kt @@ -8,7 +8,7 @@ fun loadContributorsBlocking(service: GitHubService, req: RequestData) : List service @@ -21,4 +21,4 @@ fun loadContributorsBlocking(service: GitHubService, req: RequestData) : List Response>.bodyList(): List { return body() ?: emptyList() -} \ No newline at end of file +}