Skip to content

Commit 6e21ff3

Browse files
committed
remove extra whitespace
1 parent 6785bdd commit 6e21ff3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dotnetv4/S3/Scenarios/S3_CreatePresignedPost/CreatePresignedPostBasics.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ private static void DisplayPresignedPostFields(CreatePresignedPostResponse respo
278278
/// </summary>
279279
private static async Task CleanupAsync()
280280
{
281-
282281
if (!string.IsNullOrEmpty(_bucketName))
283282
{
284283
Console.WriteLine($"Deleting bucket {_bucketName} and its contents...");
@@ -294,7 +293,5 @@ private static async Task CleanupAsync()
294293
}
295294
}
296295
}
297-
298-
299296
}
300297
// snippet-end:[S3.dotnetv4.CreatePresignedPostBasics]

0 commit comments

Comments
 (0)