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: D31362458

fbshipit-source-id: e26b6b5e1c99dd6adbd661240d6979160633c10b
  • Loading branch information
CodemodService FBSourceClangFormatLinterBot authored and facebook-github-bot committed Oct 2, 2021
1 parent 57aa70c commit 2372e7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions React/CoreModules/RCTAccessibilityManager+Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ NS_ASSUME_NONNULL_BEGIN

RCT_EXTERN_C_BEGIN

// Only to be used for testing and internal tooling. Do not use this in production.
void RCTAccessibilityManagerSetIsVoiceOverEnabled(RCTAccessibilityManager *accessibiltyManager, BOOL isVoiceOverEnabled);
// Only to be used for testing and internal tooling. Do not use this in
// production.
void RCTAccessibilityManagerSetIsVoiceOverEnabled(
RCTAccessibilityManager *accessibiltyManager,
BOOL isVoiceOverEnabled);

RCT_EXTERN_C_END

Expand Down

0 comments on commit 2372e7a

Please sign in to comment.