fix: whitespace
This commit is contained in:
@@ -581,8 +581,6 @@ export const getSelectors = async (page: Page, coordinates: Coordinates) => {
|
|||||||
return output;
|
return output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const genSelectors = (element: HTMLElement | null) => {
|
const genSelectors = (element: HTMLElement | null) => {
|
||||||
if (element == null) {
|
if (element == null) {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user