Skip to content

Commit d323116

Browse files
authored
fixup: linting
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 07e27ce commit d323116

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/providers/flagd/src/e2e/step-definitions/reconnect.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const reconnectStepDefinitions: StepDefinitions = ({ given, and, when, th
3131
client.addHandler(ProviderEvents.Error, () => {
3232
errorRunCount++;
3333
});
34-
3534
});
3635
then('the PROVIDER_READY handler must run when the provider connects', async () => {
3736
// should already be at 1 from `beforeAll`

0 commit comments

Comments
 (0)