Skip to content

Commit

Permalink
fixing the fomating again
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed Nov 15, 2023
1 parent 76d0e36 commit 9ecc74f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ val client = OkHttpClient().newBuilder()
.build()


val request: Request = Builder()
.url("https://speed.hetzner.de/1GB.bin")
.addHeader("httpClient", "Okhttp3")
.addHeader("CustomAttribute", "OutOfMemoryAPI")
.build()
val request: Request = Builder()
.url("https://speed.hetzner.de/1GB.bin")
.addHeader("httpClient", "Okhttp3")
.addHeader("CustomAttribute", "OutOfMemoryAPI")
.build()
```

</TabsPageItem>
Expand Down

0 comments on commit 9ecc74f

Please sign in to comment.