Skip to content

Commit db3a824

Browse files
committed
Formatting fix.
1 parent c75361d commit db3a824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnetv3/S3/scenarios/S3ObjectLockScenario/S3ObjectLockWorkflow/S3ObjectLockWorkflow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ await _s3ActionsWrapper.ModifyBucketDefaultRetention(retentionAfterCreationBucke
148148

149149
Console.WriteLine("\nObject lock policies can also be added to existing buckets.");
150150
await _s3ActionsWrapper.EnableObjectLockOnBucket(lockEnabledBucketName);
151-
151+
152152
Console.WriteLine("Press Enter to continue.");
153153
if (interactive)
154154
Console.ReadLine();

0 commit comments

Comments
 (0)