Skip to content

Commit 4e107f2

Browse files
shepazonrlhagerm
authored andcommitted
Fix SoS tags
1 parent 27ec431 commit 4e107f2

File tree

1 file changed

+2
-2
lines changed
  • swift/example_code/swift-sdk/http-config/Sources

1 file changed

+2
-2
lines changed

swift/example_code/swift-sdk/http-config/Sources/entry.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct ExampleCommand: ParsableCommand {
4949

5050
print("*** Getting bucket list with custom timeouts...")
5151

52-
// snippet-start: [swift.http-config.timeouts]
52+
// snippet-start:[swift.http-config.timeouts]
5353
do {
5454
let config = try await S3Client.S3ClientConfiguration(
5555
region: region,
@@ -66,7 +66,7 @@ struct ExampleCommand: ParsableCommand {
6666
} catch {
6767
print("*** Unexpected error occurred requesting the bucket list.")
6868
}
69-
// snippet-end: [swift.http-config.timeouts]
69+
// snippet-end:[swift.http-config.timeouts]
7070

7171
}
7272
}

0 commit comments

Comments
 (0)