Skip to content

Commit 9160673

Browse files
committed
fix: spacing
1 parent d211fa6 commit 9160673

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/helix-shared-storage/src/storage.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ class Bucket {
265265
*/
266266
async store(key, res) {
267267
const { log } = this;
268-
269268
const buffer = await res.buffer();
270269
const contentEncoding = res.headers.get('content-encoding');
271270
const zipped = contentEncoding === 'gzip' ? buffer : await gzip(buffer);

0 commit comments

Comments
 (0)