Skip to content

Commit dae5ea3

Browse files
README formatting fixes
1 parent 6b5e837 commit dae5ea3

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
@@ -64,7 +64,7 @@ namespace Example
6464
{
6565
private static void Main()
6666
{
67-
Execute.Wait();
67+
Execute.Wait();
6868
}
6969

7070
static async Task Execute()
@@ -101,10 +101,10 @@ namespace Example
101101
{
102102
private static void Main()
103103
{
104-
Execute.Wait();
104+
Execute.Wait();
105105
}
106106

107-
static async Task Execute()
107+
static async Task Execute()
108108
{
109109
String apiKey = Environment.GetEnvironmentVariable("NAME_OF_THE_ENVIRONMENT_VARIABLE_FOR_YOUR_SENDGRID_KEY", EnvironmentVariableTarget.User);
110110
dynamic sg = new SendGridAPIClient(apiKey);
@@ -149,15 +149,15 @@ namespace Example
149149
{
150150
private static void Main()
151151
{
152-
Execute.Wait();
152+
Execute.Wait();
153153
}
154154

155155
static async Task Execute()
156156
{
157157
string apiKey = Environment.GetEnvironmentVariable("NAME_OF_THE_ENVIRONMENT_VARIABLE_FOR_YOUR_SENDGRID_KEY", EnvironmentVariableTarget.User);
158158
dynamic sg = new SendGrid.SendGridAPIClient(apiKey);
159-
dynamic response = await sg.client.suppression.bounces.get();
160-
}
159+
dynamic response = await sg.client.suppression.bounces.get();
160+
}
161161
}
162162
}
163163
```

0 commit comments

Comments
 (0)