Skip to content

Commit 9d745d2

Browse files
Adding class comment
1 parent d8b2dfb commit 9d745d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Firestore/Example/Tests/SpecTests/FSTMockDatastore.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ - (instancetype)initWithDatabase:(FSTDatabaseInfo *)database
152152

153153
@property(nonatomic, assign) BOOL open;
154154
@property(nonatomic, strong, readonly) NSMutableArray<NSArray<FSTMutation *> *> *sentMutations;
155+
155156
@end
156157

157158
@implementation FSTMockWriteStream

Firestore/Source/Remote/FSTDatastore.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ + (void)prepareHeadersForRPC:(GRPCCall *)rpc
440440

441441
#pragma mark - GRXFilter
442442

443+
/** Filter class that allows disabling of GRPC callbacks. */
443444
@interface GRXFilter : NSObject <GRXWriteable>
444445

445446
- (instancetype)initWithStream:(FSTStream *)stream NS_DESIGNATED_INITIALIZER;

0 commit comments

Comments
 (0)