Skip to content

Commit ddad53f

Browse files
committed
Format
1 parent e0779e4 commit ddad53f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vnext/Microsoft.ReactNative/Fabric/Composition/CompositionDynamicAutomationProvider.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ HRESULT CompositionDynamicAutomationProvider::Invoke() {
284284

285285
// Currently calls both onAccessibilityTap and onClick.
286286
// To match Paper behavior, onAccessibilityTap only called if onClick is not defined.
287-
// Events dispatched for any control.
287+
// Events dispatched for any control.
288288
// To match Paper, Event should only dispatch for pressable controls without state.
289289
baseView.get()->GetEventEmitter().get()->onAccessibilityTap();
290290
baseView.get()->GetEventEmitter().get()->onClick();
@@ -298,7 +298,7 @@ HRESULT CompositionDynamicAutomationProvider::Invoke() {
298298
if (spProviderSimple != nullptr) {
299299
UiaRaiseAutomationEvent(spProviderSimple.get(), UIA_Invoke_InvokedEventId);
300300
}
301-
301+
302302
return S_OK;
303303
}
304304

vnext/Microsoft.ReactNative/Fabric/Composition/CompositionDynamicAutomationProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CompositionDynamicAutomationProvider : public winrt::implements<
3535

3636
// inherited via IInvokeProvider
3737
virtual HRESULT Invoke() override;
38-
38+
3939
private:
4040
::Microsoft::ReactNative::ReactTaggedView m_view;
4141
};

0 commit comments

Comments
 (0)