Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit b76b2bd

Browse files
committed
Merge pull request #37 from nemesis/patch-1
Fix indentation in lifecycle.m
2 parents df07be9 + 430c013 commit b76b2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lifecycle.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ - (void)viewDidAppear:(BOOL)animated {
2424
}
2525

2626
- (void)viewWillDisappear:(BOOL)animated {
27-
[super viewWillDisappear:animated];
27+
[super viewWillDisappear:animated];
2828
}
2929

3030
- (void)viewDidDisappear:(BOOL)animated {
31-
[super viewDidDisappear:animated];
31+
[super viewDidDisappear:animated];
3232
}

0 commit comments

Comments
 (0)