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/08_text_encoding.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'op_crates/web/08_text_encoding.js') diff --git a/op_crates/web/08_text_encoding.js b/op_crates/web/08_text_encoding.js index 980de339c..c84d7c18e 100644 --- a/op_crates/web/08_text_encoding.js +++ b/op_crates/web/08_text_encoding.js @@ -4529,7 +4529,7 @@ }; /** - * @param {Uint8Array} bytes + * @param {Uint8Array} bytes */ function decode(bytes, encoding) { const BOMEncoding = BOMSniff(bytes); @@ -4543,7 +4543,7 @@ } /** - * @param {Uint8Array} bytes + * @param {Uint8Array} bytes */ function BOMSniff(bytes) { const BOM = bytes.subarray(0, 3); -- cgit v1.2.3