Skip to content

Commit 84e6da3

Browse files
🤖 dprint fmt
1 parent 8bd1e37 commit 84e6da3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

types/serverless/serverless-tests.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ const awsServerless: Aws.Serverless = {
394394
},
395395
testCustomAuthorizer: {
396396
type: "request",
397-
functionName: "testCustomAuthorizer"
398-
}
397+
functionName: "testCustomAuthorizer",
398+
},
399399
},
400400
useProviderTags: true,
401401
metrics: true,
@@ -959,7 +959,7 @@ const awsServerless: Aws.Serverless = {
959959
},
960960
testCustomAuthorizer: {
961961
handler: "testauthorizer",
962-
}
962+
},
963963
},
964964
layers: {
965965
testLayer: {

0 commit comments

Comments
 (0)