aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/App/iOS/FIRAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Core/App/iOS/FIRAppDelegate.h')
-rw-r--r--Example/Core/App/iOS/FIRAppDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Core/App/iOS/FIRAppDelegate.h b/Example/Core/App/iOS/FIRAppDelegate.h
index e3fba8f..1eb5040 100644
--- a/Example/Core/App/iOS/FIRAppDelegate.h
+++ b/Example/Core/App/iOS/FIRAppDelegate.h
@@ -18,6 +18,6 @@
@interface FIRAppDelegate : UIResponder <UIApplicationDelegate>
-@property (strong, nonatomic) UIWindow *window;
+@property(strong, nonatomic) UIWindow *window;
@end