@@ -73,15 +73,15 @@ @interface MTRDownloads : NSObject
73
73
@property (nonatomic , strong ) NSMutableArray <MTRDownload *> * downloads;
74
74
75
75
- (MTRDownload * _Nullable)get : (NSString *)fileDesignator
76
- fabricIndex : (NSNumber *)fabricIndex
77
- nodeID : (NSNumber *)nodeID ;
76
+ fabricIndex : (NSNumber *)fabricIndex
77
+ nodeID : (NSNumber *)nodeID ;
78
78
79
79
- (MTRDownload * _Nullable)add : (MTRDiagnosticLogType)type
80
- fabricIndex : (NSNumber *)fabricIndex
81
- nodeID : (NSNumber *)nodeID
82
- queue : (dispatch_queue_t )queue
83
- completion : (void (^)(NSURL * _Nullable url, NSError * _Nullable error))completion
84
- done : (void (^)(MTRDownload * finishedDownload))done ;
80
+ fabricIndex : (NSNumber *)fabricIndex
81
+ nodeID : (NSNumber *)nodeID
82
+ queue : (dispatch_queue_t )queue
83
+ completion : (void (^)(NSURL * _Nullable url, NSError * _Nullable error))completion
84
+ done : (void (^)(MTRDownload * finishedDownload))done ;
85
85
@end
86
86
87
87
@interface MTRDiagnosticLogsDownloader ()
@@ -333,11 +333,11 @@ - (MTRDownload * _Nullable)get:(NSString *)fileDesignator fabricIndex:(NSNumber
333
333
}
334
334
335
335
- (MTRDownload * _Nullable)add : (MTRDiagnosticLogType)type
336
- fabricIndex : (NSNumber *)fabricIndex
337
- nodeID : (NSNumber *)nodeID
338
- queue : (dispatch_queue_t )queue
339
- completion : (void (^)(NSURL * _Nullable url, NSError * _Nullable error))completion
340
- done : (void (^)(MTRDownload * finishedDownload))done
336
+ fabricIndex : (NSNumber *)fabricIndex
337
+ nodeID : (NSNumber *)nodeID
338
+ queue : (dispatch_queue_t )queue
339
+ completion : (void (^)(NSURL * _Nullable url, NSError * _Nullable error))completion
340
+ done : (void (^)(MTRDownload * finishedDownload))done
341
341
{
342
342
assertChipStackLockedByCurrentThread ();
343
343
0 commit comments