fix: whitespace

This commit is contained in:
karishmas6
2024-09-03 23:40:03 +05:30
parent 9115f46e4f
commit 35e13baec0

View File

@@ -581,8 +581,6 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
return output;
}
const genSelectors = (element: HTMLElement | null) => {
if (element == null) {
return null;