Skip to content

Commit fb7cf6d

Browse files
committed
fix: indentation with tabs and not spaces
1 parent dd3525a commit fb7cf6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/package/s3/compileMethodsToS3.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
RestApiId: this.provider.getApiGatewayRestApiId()
2323
}
2424
}
25-
event.http.partialContent = true;
25+
event.http.partialContent = true
2626
_.merge(
2727
template,
2828
this.getS3MethodIntegration(event.http),
@@ -89,8 +89,8 @@ module.exports = {
8989
switch (http.action) {
9090
case 'GetObject':
9191
return {
92-
'integration.request.header.Range': 'method.request.header.Range'
93-
}
92+
'integration.request.header.Range': 'method.request.header.Range'
93+
}
9494
case 'PutObject':
9595
return {
9696
'integration.request.header.x-amz-acl': "'authenticated-read'",

0 commit comments

Comments
 (0)