Skip to content

Commit 063da70

Browse files
committed
format
1 parent 1cd74f0 commit 063da70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/FetchAPI/Response__test.res

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ let response4 = WebApiFetch.Response.fromURLSearchParams(params)
1515
let response5 = WebApiFetch.Response.fromFormData(formData)
1616
let response6 = WebApiFetch.Response.fromReadableStream(stream)
1717

18-
let _blob: WebApiFile.Blob.t = await response1->WebApiFetch.Response.clone->WebApiFetch.Response.blob
18+
let _blob: WebApiFile.Blob.t = await response1
19+
->WebApiFetch.Response.clone
20+
->WebApiFetch.Response.blob
1921
let _formData: WebApiFetch.FormData.t = await response5->WebApiFetch.Response.formData

0 commit comments

Comments
 (0)