Skip to content

Commit 3970b5b

Browse files
committed
swiftf ormat
1 parent bef8f2d commit 3970b5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/converse/Sources/Converse.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ struct Main {
3131

3232
let bedrock = try await BedrockService(
3333
region: .useast1,
34-
logger: logger,
35-
// uncomment if you use SSO with AWS Identity Center
36-
// authentication: .sso
34+
logger: logger
35+
// uncomment if you use SSO with AWS Identity Center
36+
// authentication: .sso
3737
)
3838

3939
// select a model that supports the converse modality

0 commit comments

Comments
 (0)