From c053f968476f15762531e9da2111b94ae47e0b9f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 7 Aug 2024 05:32:16 +0530 Subject: [PATCH] chore: -rm whitespace --- server/src/workflow-management/selector.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/src/workflow-management/selector.ts b/server/src/workflow-management/selector.ts index e73e9629..06915466 100644 --- a/server/src/workflow-management/selector.ts +++ b/server/src/workflow-management/selector.ts @@ -770,8 +770,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.