Skip to content

Commit b87393c

Browse files
sajalg-bstackgithub-actions[bot]
authored andcommitted
🤖 Automated formatting fixes
1 parent 0b88745 commit b87393c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/commons/text/subtree-text.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ function skipByInlineOverflow(virtualNode) {
6868
}
6969

7070
function appendAccessibleText(contentText, virtualNode, context) {
71-
if (context.ignoreNativeTextAlternative && skipByInlineOverflow(virtualNode)) {
71+
if (
72+
context.ignoreNativeTextAlternative &&
73+
skipByInlineOverflow(virtualNode)
74+
) {
7275
return contentText;
7376
}
7477

0 commit comments

Comments
 (0)