Skip to content

Commit b8e1180

Browse files
authored
Remove stray spaces in snippet tags
The snippet tags for `swift.identity.sso.create-resolver` had a space after the colon. This may explain why this snippet is missing.
1 parent cda1235 commit b8e1180

File tree

1 file changed

+2
-2
lines changed
  • swift/example_code/identity-resolvers/sso-resolver/Sources

1 file changed

+2
-2
lines changed

swift/example_code/identity-resolvers/sso-resolver/Sources/entry.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ struct ExampleCommand: ParsableCommand {
3535
/// example.
3636
func runAsync() async throws {
3737
do {
38-
// snippet-start: [swift.identity.sso.create-resolver]
38+
// snippet-start:[swift.identity.sso.create-resolver]
3939
let identityResolver = try SSOAWSCredentialIdentityResolver(
4040
profileName: profile,
4141
configFilePath: config,
4242
credentialsFilePath: credentials
4343
)
44-
// snippet-end: [swift.identity.sso.create-resolver]
44+
// snippet-end:[swift.identity.sso.create-resolver]
4545

4646
// Call the function that fetches the Amazon S3 bucket names, then
4747
// output the names.

0 commit comments

Comments
 (0)