Skip to content

Commit c935be1

Browse files
committed
run prettier
1 parent 63bce61 commit c935be1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/utils/src/browser.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ export function getElementIdentifier(
168168
options: string[] | { keyAttrs?: string[]; maxStringLength?: number } = {},
169169
): string {
170170
if (elem instanceof HTMLElement && elem.dataset) {
171-
return elem.dataset['component'] || htmlTreeAsString(elem, options)
171+
return elem.dataset['component'] || htmlTreeAsString(elem, options);
172172
}
173173

174-
return htmlTreeAsString(elem, options)
175-
}
174+
return htmlTreeAsString(elem, options);
175+
}

0 commit comments

Comments
 (0)