Skip to content

Commit 5197647

Browse files
DavidSoutherLaren-AWS
authored andcommitted
Nix trailing .cs newlines
1 parent 2666870 commit 5197647

File tree

30 files changed

+30
-30
lines changed

30 files changed

+30
-30
lines changed

dotnetv3/CloudWatchLogs/CreateExportTaskExample/CreateExportTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ public static async Task Main()
4949
}
5050

5151
// snippet-end:[CloudWatchLogs.dotnetv3.CreateExportTaskExample]
52-
}
52+
}

dotnetv3/Rekognition/AddFacesExample/AddFaces.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ public static async Task Main()
5353
}
5454

5555
// snippet-end:[Rekognition.dotnetv3.AddFacesExample]
56-
}
56+
}

dotnetv3/S3/AbortMPUExample/AbortMPU.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ await transferUtility.AbortMultipartUploadsAsync(
5454
}
5555

5656
// snippet-end:[S3.dotnetv3.AbortMPUExample]
57-
}
57+
}

dotnetv3/S3/BucketACLExample/BucketACL.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ public static void DisplayACL(S3AccessControlList acl)
112112
}
113113

114114
// snippet-end:[S3.dotnetv3.BucketACLExample]
115-
}
115+
}

dotnetv3/S3/CopyObjectExample/CopyObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ public static async Task<CopyObjectResponse> CopyingObjectAsync(
8686
}
8787

8888
// snippet-end:[S3.dotnet35.CopyObject]
89-
}
89+
}

dotnetv3/S3/EnableNotificationsExample/EnableNotifications.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ public static async Task EnableNotificationAsync(
8181
}
8282

8383
// snippet-end:[S3.dotnetv3.EnableNotificationsExample]
84-
}
84+
}

dotnetv3/S3/GenPresignedURLExample/GenPresignedUrl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ public static string GeneratePresignedURL(IAmazonS3 client, string bucketName, s
7777
}
7878

7979
// snippet-end:[S3.dotnetv3.GenPresignedUrlExample]
80-
}
80+
}

dotnetv3/S3/LifecycleExample/Lifecycle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ public static async Task RemoveLifecycleConfigAsync(IAmazonS3 client, string buc
212212
}
213213

214214
// snippet-end:[S3.dotnetv3.LifecycleExample]
215-
}
215+
}

dotnetv3/S3/ListObjectsPaginatorExample/ListObjectsPaginator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ public static async Task ListingObjectsAsync(IAmazonS3 client, string bucketName
5252
}
5353

5454
// snippet-end:[S3.dotnetv3.ListObjectsPaginatorExample]
55-
}
55+
}

dotnetv3/S3/MPUapiCopyObjExample/MPUapiCopyObj.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ public static async Task MPUCopyObjectAsync(AmazonS3Client client)
117117
}
118118

119119
// snippet-end:[S3.dotnetv3.MPUapiCopyObjectExample]
120-
}
120+
}

0 commit comments

Comments
 (0)