Skip to content

Commit ae1141d

Browse files
committed
Auto-fixing lint
1 parent cff4b51 commit ae1141d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/common/AccessibilityUtil.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export const ImportantForAccessibilityMap = {
1818
[Types.ImportantForAccessibility.NoHideDescendants]: 'no-hide-descendants'
1919
};
2020

21-
2221
// Platform specific helpers exposed through Native-Common AccessibilityUtil.
2322
export abstract class AccessibilityPlatformUtil {
2423
abstract setAccessibilityFocus(component: React.Component<any, any>): void;

src/windows/ReactXP.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ const _defaultViewStyle = StylesImpl.createViewStyle({
5454
});
5555
ViewBase.setDefaultViewStyle(_defaultViewStyle);
5656

57-
5857
// Initialize Windows implementation of platform accessibility helpers inside the singleton
5958
// instance of native-common AccessibilityUtil. This is to let native-common components access
6059
// platform specific APIs through native-common implementation itself.

0 commit comments

Comments
 (0)