Skip to content

Commit ca2b532

Browse files
Small formatting issue
1 parent f16c303 commit ca2b532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ namespace Example
109109
Execute().Wait();
110110
}
111111

112-
static async Task Execute()
112+
static async Task Execute()
113113
{
114114
var apiKey = Environment.GetEnvironmentVariable("NAME_OF_THE_ENVIRONMENT_VARIABLE_FOR_YOUR_SENDGRID_KEY");
115115
var client = new SendGridClient(apiKey);

0 commit comments

Comments
 (0)