From 2bd087ab1b2c2047b1681b8bb369a1f8acf30019 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Wed, 28 Apr 2021 19:38:51 +0530 Subject: chore: upgrade dprint plugins (#10397) --- op_crates/fetch/23_request.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'op_crates/fetch/23_request.js') diff --git a/op_crates/fetch/23_request.js b/op_crates/fetch/23_request.js index ce42d7ac5..0e4bd2a3f 100644 --- a/op_crates/fetch/23_request.js +++ b/op_crates/fetch/23_request.js @@ -58,11 +58,11 @@ }; /** - * @param {string} method - * @param {string} url - * @param {[string, string][]} headerList - * @param {InnerBody} body - * @returns + * @param {string} method + * @param {string} url + * @param {[string, string][]} headerList + * @param {InnerBody} body + * @returns */ function newInnerRequest(method, url, headerList = [], body = null) { return { @@ -76,7 +76,7 @@ /** * https://fetch.spec.whatwg.org/#concept-request-clone - * @param {InnerRequest} request + * @param {InnerRequest} request * @returns {InnerRequest} */ function cloneInnerRequest(request) { @@ -185,8 +185,8 @@ /** * https://fetch.spec.whatwg.org/#dom-request - * @param {RequestInfo} input - * @param {RequestInit} init + * @param {RequestInfo} input + * @param {RequestInit} init */ constructor(input, init = {}) { const prefix = "Failed to construct 'Request'"; -- cgit v1.2.3