Skip to content

Commit

Permalink
Fix template whitespace error (#26631)
Browse files Browse the repository at this point in the history
Summary:
Very small update here. 0fcaca8 accidentally introduced a whitespace error (trailing whitespace) in an iOS test file - This whitespace error is now propagated into all new projects generated by `react-native init`. This fixes it.

## Changelog

[iOS] [Fixed] - Template whitespace error
Pull Request resolved: #26631

Test Plan: N/A

Differential Revision: D17661040

Pulled By: cpojer

fbshipit-source-id: 1858d2fe238d139894738187ec73f1e27e306294
  • Loading branch information
friederbluemle authored and facebook-github-bot committed Sep 30, 2019
1 parent 8c099b5 commit d98ff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/ios/HelloWorldTests/HelloWorldTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ - (void)testRendersWelcomeScreen
return NO;
}];
}

#ifdef DEBUG
RCTSetLogFunction(RCTDefaultLogFunction);
#endif
Expand Down

0 comments on commit d98ff02

Please sign in to comment.