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 16, 2024
1 parent 5a19c35 commit 13b7bd2
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 13b7bd2

Please sign in to comment.