Skip to content

Commit

Permalink
SpeziLLMOpenAI: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhdk committed Dec 13, 2024
1 parent 239aff5 commit 4a70bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public struct LLMOpenAIModelOnboardingStep: View {
}


@State private var modelSelection: LLMOpenAIRequestType.modelPayload
@State private var modelSelection: LLMOpenAIRequestType.modelPayload
private let actionText: String
private let action: (LLMOpenAIRequestType.modelPayload) -> Void
private let models: [LLMOpenAIRequestType.modelPayload]
Expand Down

0 comments on commit 4a70bb7

Please sign in to comment.