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/FIRViewController.m | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'Functions/Example/FirebaseFunctions/FIRViewController.m') 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 -- cgit v1.2.3