Skip to content

Commit dd3525a

Browse files
committed
fix: trying to fix indentation
1 parent e601f5b commit dd3525a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/apiGateway/methods.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ module.exports = {
2323
]
2424
}
2525
}
26-
if (http && http.partialContent) {
27-
methodResponse.Properties.MethodResponses.push(
28-
{
29-
ResponseParameters: {},
30-
ResponseModels: {},
31-
StatusCode: 206
32-
});
33-
}
26+
27+
if (http && http.partialContent) {
28+
methodResponse.Properties.MethodResponses.push({
29+
ResponseParameters: {},
30+
ResponseModels: {},
31+
StatusCode: 206
32+
})
33+
}
3434

3535
if (http && http.cors) {
3636
let origin = http.cors.origin

0 commit comments

Comments
 (0)