From 002e17b5966354f41b90f666d0b6a2c92ff29982 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 2 Sep 2024 10:31:45 +0530 Subject: [PATCH] fix: whitespace --- server/src/workflow-management/selector.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/src/workflow-management/selector.ts b/server/src/workflow-management/selector.ts index 96e1737d..b3bc27f9 100644 --- a/server/src/workflow-management/selector.ts +++ b/server/src/workflow-management/selector.ts @@ -790,10 +790,6 @@ export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates } }; - - - - /** * Returns the first pair from the given workflow that contains the given selector * inside the where condition, and it is the only selector there.