Skip to content

Commit 760d4a3

Browse files
README formatting fixes
1 parent dae5ea3 commit 760d4a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ namespace Example
177177
Execute.Wait();
178178
}
179179

180-
static async Task Execute()
181-
{
182-
string apiKey = Environment.GetEnvironmentVariable("NAME_OF_THE_ENVIRONMENT_VARIABLE_FOR_YOUR_SENDGRID_KEY", EnvironmentVariableTarget.User);
183-
dynamic sg = new SendGrid.SendGridAPIClient(apiKey);
184-
dynamic response = await sg.client._("suppression/bounces").get();
185-
}
180+
static async Task Execute()
181+
{
182+
string apiKey = Environment.GetEnvironmentVariable("NAME_OF_THE_ENVIRONMENT_VARIABLE_FOR_YOUR_SENDGRID_KEY", EnvironmentVariableTarget.User);
183+
dynamic sg = new SendGrid.SendGridAPIClient(apiKey);
184+
dynamic response = await sg.client._("suppression/bounces").get();
185+
}
186186
}
187187
}
188188
```

0 commit comments

Comments
 (0)