aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/Example/FirebaseFunctions/FIRViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Example/FirebaseFunctions/FIRViewController.m')
-rw-r--r--Functions/Example/FirebaseFunctions/FIRViewController.m14
1 files changed, 6 insertions, 8 deletions
diff --git a/Functions/Example/FirebaseFunctions/FIRViewController.m b/Functions/Example/FirebaseFunctions/FIRViewController.m
index 901accf..027aabf 100644
--- a/Functions/Example/FirebaseFunctions/FIRViewController.m
+++ b/Functions/Example/FirebaseFunctions/FIRViewController.m
@@ -20,16 +20,14 @@
@implementation FIRViewController
-- (void)viewDidLoad
-{
- [super viewDidLoad];
- // Do any additional setup after loading the view, typically from a nib.
+- (void)viewDidLoad {
+ [super viewDidLoad];
+ // Do any additional setup after loading the view, typically from a nib.
}
-- (void)didReceiveMemoryWarning
-{
- [super didReceiveMemoryWarning];
- // Dispose of any resources that can be recreated.
+- (void)didReceiveMemoryWarning {
+ [super didReceiveMemoryWarning];
+ // Dispose of any resources that can be recreated.
}
@end