Skip to content

Commit

Permalink
Daily arc lint --take CLANGFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D33316567

fbshipit-source-id: cfeb96eb2adc7539b97d3a8f0de6710cd5f6ce5b
  • Loading branch information
CodemodService FBSourceClangFormatLinterBot authored and facebook-github-bot committed Dec 25, 2021
1 parent e60f0f5 commit 725bffc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions React/CoreModules/RCTRedBox.mm
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,11 @@ - (instancetype)initWithFrame:(CGRect)frame

UIView *bottomSafeView = [UIView new];
bottomSafeView.backgroundColor = [UIColor colorWithRed:0.1 green:0.1 blue:0.1 alpha:1];
bottomSafeView.frame =
CGRectMake(0, frame.size.height - (CGFloat)[self bottomSafeViewHeight], frame.size.width, (CGFloat)[self bottomSafeViewHeight]);
bottomSafeView.frame = CGRectMake(
0,
frame.size.height - (CGFloat)[self bottomSafeViewHeight],
frame.size.width,
(CGFloat)[self bottomSafeViewHeight]);

[rootView addSubview:bottomSafeView];
}
Expand Down

0 comments on commit 725bffc

Please sign in to comment.