From b841009ea13b8ed683dfa1d57b863706d486f0d6 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 20 Mar 2018 12:52:11 -0700 Subject: Run scripts/style.sh on Functions (#949) --- Functions/Example/FirebaseFunctions/FIRAppDelegate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Functions/Example/FirebaseFunctions/FIRAppDelegate.h') 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 +@interface FIRAppDelegate : UIResponder -@property (strong, nonatomic) UIWindow *window; +@property(strong, nonatomic) UIWindow *window; @end -- cgit v1.2.3