Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Oct 16, 2020
1 parent 7bd8361 commit f8628d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h
Expand Up @@ -16,6 +16,7 @@

#import "FIRApp.h"
#import "FIRConfiguration.h"
#import "FIREmulatorSettings.h"
#import "FIRLoggerLevel.h"
#import "FIROptions.h"
#import "FIRVersion.h"
2 changes: 1 addition & 1 deletion Firestore/Source/API/FIRFirestoreSettings+Internal.h
Expand Up @@ -25,7 +25,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface FIRFirestoreSettings (Internal)

/** Returns whether or not the host has been set to a non-default value. */
@property (nonatomic, readonly) BOOL isUsingDefaultHost;
@property(nonatomic, readonly) BOOL isUsingDefaultHost;

/** Converts this FIRFirestoreSettings instance into an api::Settings object. */
- (firebase::firestore::api::Settings)internalSettings;
Expand Down

0 comments on commit f8628d3

Please sign in to comment.