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/web/01_mimesniff.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'op_crates/web/01_mimesniff.js') diff --git a/op_crates/web/01_mimesniff.js b/op_crates/web/01_mimesniff.js index 077a40df1..b42dd1409 100644 --- a/op_crates/web/01_mimesniff.js +++ b/op_crates/web/01_mimesniff.js @@ -19,7 +19,7 @@ } = window.__bootstrap.infra; /** - * @typedef MimeType + * @typedef MimeType * @property {string} type * @property {string} subtype * @property {Map} parameters @@ -160,7 +160,7 @@ } /** - * @param {MimeType} mimeType + * @param {MimeType} mimeType * @returns {string} */ function essence(mimeType) { @@ -168,7 +168,7 @@ } /** - * @param {MimeType} mimeType + * @param {MimeType} mimeType * @returns {string} */ function serializeMimeType(mimeType) { -- cgit v1.2.3