aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-03-20 12:52:11 -0700
committerGravatar GitHub <noreply@github.com>2018-03-20 12:52:11 -0700
commitb841009ea13b8ed683dfa1d57b863706d486f0d6 (patch)
treef57d8ec205c8e394074b2ccac44ff55eaf6ec108 /Functions/Example/FirebaseFunctions/FIRAppDelegate.h
parentb7f35a0b76bb2afd682b806d2b25568611612557 (diff)
Run scripts/style.sh on Functions (#949)
Diffstat (limited to 'Functions/Example/FirebaseFunctions/FIRAppDelegate.h')
-rw-r--r--Functions/Example/FirebaseFunctions/FIRAppDelegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Example/FirebaseFunctions/FIRAppDelegate.h b/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
index 500ee08..1d6d40b 100644
--- a/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
+++ b/Functions/Example/FirebaseFunctions/FIRAppDelegate.h
@@ -14,8 +14,8 @@
@import UIKit;
-@interface FIRAppDelegate : UIResponder <UIApplicationDelegate>
+@interface FIRAppDelegate : UIResponder<UIApplicationDelegate>
-@property (strong, nonatomic) UIWindow *window;
+@property(strong, nonatomic) UIWindow *window;
@end