Skip to content

Commit 594bdc8

Browse files
committed
formatting
1 parent c556585 commit 594bdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Sources/PlaygroundAPI/Application+build.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ func buildRouter(useSSO: Bool, logger: Logger, profileName: String) async throws
230230
}
231231
if let enableReasoning = input.enableReasoning, enableReasoning {
232232
builder = try builder.withReasoning()
233-
.withMaxReasoningTokens(input.maxReasoningTokens)
233+
.withMaxReasoningTokens(input.maxReasoningTokens)
234234
}
235235
return try await bedrock.converse(with: builder)
236236
} catch {

0 commit comments

Comments
 (0)