aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Storage/App/macOS/FIRAppDelegate.m
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-11-09 14:43:53 -0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-11-09 17:51:21 -0800
commit110f0edf9d25887984fcdf12becb11a4661ad637 (patch)
treeb65ffc470b32e1142ad42e016bfc18bae49722bf /Example/Storage/App/macOS/FIRAppDelegate.m
parent86f429b2f0061a9f16c42f83841d36813892232b (diff)
Clang-formatting Storage
Diffstat (limited to 'Example/Storage/App/macOS/FIRAppDelegate.m')
-rw-r--r--Example/Storage/App/macOS/FIRAppDelegate.m6
1 files changed, 2 insertions, 4 deletions
diff --git a/Example/Storage/App/macOS/FIRAppDelegate.m b/Example/Storage/App/macOS/FIRAppDelegate.m
index 9a363a6..1eb675e 100644
--- a/Example/Storage/App/macOS/FIRAppDelegate.m
+++ b/Example/Storage/App/macOS/FIRAppDelegate.m
@@ -23,13 +23,11 @@
@implementation FIRAppDelegate
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
- // Insert code here to initialize your application
+ // Insert code here to initialize your application
}
-
- (void)applicationWillTerminate:(NSNotification *)aNotification {
- // Insert code here to tear down your application
+ // Insert code here to tear down your application
}
-
@end