Skip to content

Commit

Permalink
Make the error Nullable in the completion
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Oct 12, 2023
1 parent 400bf2a commit a5f2199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ MTR_PROVISIONALLY_AVAILABLE
- (void)downloadLogOfType:(MTRDiagnosticLogType)type
timeout:(NSTimeInterval)timeout
queue:(dispatch_queue_t)queue
completion:(void (^)(MTRDiagnosticLogResult * _Nullable logResult, NSError * error))completion MTR_PROVISIONALLY_AVAILABLE;
completion:(void (^)(MTRDiagnosticLogResult * _Nullable logResult, NSError * _Nullable error))completion MTR_PROVISIONALLY_AVAILABLE;

@end

Expand Down

0 comments on commit a5f2199

Please sign in to comment.