Skip to content

Commit 5e560fb

Browse files
committed
Tabs --> spaces
1 parent 4c2868e commit 5e560fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/S3.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ module.exports = {
125125
}
126126

127127
if (config.s3ACL != "none") {
128-
uploadCfg.ACL = config.s3ACL;
129-
}
128+
uploadCfg.ACL = config.s3ACL;
129+
}
130130

131131
s3.upload(uploadCfg, {partSize, queueSize: concurrency}, err => {
132132
if (err){

0 commit comments

Comments
 (0)