Skip to content

Commit

Permalink
fix trailing spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
awinograd authored and cortinico committed Dec 5, 2022
1 parent f1420ce commit d064dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Blob/Blob.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Blob {
return BlobManager.createFromOptions({
blobId: this.data.blobId,
offset,
size,
size,
/* Since `blob.slice()` creates a new view onto the same binary
* data as the original blob, we should re-use the same collector
* object so that the underlying resource gets deallocated when
Expand Down

0 comments on commit d064dfe

Please sign in to comment.