Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 778539a

Browse files
autofix-botjankeromnes
authored andcommitted
Autofix: trailing-spaces
1 parent f217133 commit 778539a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/submit-form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exports.handler = function (event: APIGatewayEvent, _: Context, callback: any) {
5353
email: SENDGRID_TO_EMAIL,
5454
name: 'Gitpod'
5555
}
56-
56+
5757
client.setApiKey(SENDGRID_API_KEY);
5858
sendEmail(
5959
client,

0 commit comments

Comments
 (0)