summaryrefslogtreecommitdiff
path: root/op_crates/file/02_filereader.js
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2021-04-28 19:38:51 +0530
committerGitHub <noreply@github.com>2021-04-28 10:08:51 -0400
commit2bd087ab1b2c2047b1681b8bb369a1f8acf30019 (patch)
tree5a8cc8fdb5956e9396416dbe473440c449161c24 /op_crates/file/02_filereader.js
parent8c6f97719215815eae63cfb7cdcb5def27756a3a (diff)
chore: upgrade dprint plugins (#10397)
Diffstat (limited to 'op_crates/file/02_filereader.js')
-rw-r--r--op_crates/file/02_filereader.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/op_crates/file/02_filereader.js b/op_crates/file/02_filereader.js
index 640c6dd9e..9575ab85a 100644
--- a/op_crates/file/02_filereader.js
+++ b/op_crates/file/02_filereader.js
@@ -37,7 +37,7 @@
[aborted] = false;
- /**
+ /**
* @param {Blob} blob
* @param {{kind: "ArrayBuffer" | "Text" | "DataUrl" | "BinaryString", encoding?: string}} readtype
*/
@@ -309,7 +309,7 @@
this.#readOperation(blob, { kind: "DataUrl" });
}
- /**
+ /**
* @param {Blob} blob
* @param {string} [encoding]
*/