Skip to content

Commit c369192

Browse files
authored
Fix formatting of method declaration in ExecuTorchLLMTextRunner
1 parent 506ad10 commit c369192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/apple/ExecuTorchLLM/Exported/ExecuTorchLLMTextRunner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ __attribute__((deprecated("This API is experimental.")))
6363
- (BOOL)generateWithPrompt:(NSString *)prompt
6464
config:(ExecuTorchLLMConfig *)config
6565
tokenCallback:(nullable void (^)(NSString *token))callback
66-
error:(NSError **)error
66+
error:(NSError **)error
6767
NS_SWIFT_NAME(generate(_:_:tokenCallback:));
6868

6969
/**

0 commit comments

Comments
 (0)