aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/Example/FirebaseFunctions/FIRViewController.m
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/FIRViewController.m
parentb7f35a0b76bb2afd682b806d2b25568611612557 (diff)
Run scripts/style.sh on Functions (#949)
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