From 3a5950dfc8e52e01304a46481f8e96f262090368 Mon Sep 17 00:00:00 2001 From: Eric Koleda <88106038+ekoleda-codaio@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:05:32 -0500 Subject: [PATCH] Fix lint error (#3137) --- testing/ivm_helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ivm_helper.ts b/testing/ivm_helper.ts index f2a84b14c..b913acef8 100644 --- a/testing/ivm_helper.ts +++ b/testing/ivm_helper.ts @@ -7,7 +7,7 @@ import {getIvm} from './ivm_wrapper'; import {getThunkPath} from '../runtime/bootstrap'; import {injectExecutionContext} from '../runtime/bootstrap'; import {injectSerializer} from '../runtime/bootstrap'; -import { isSyncExecutionContext} from '../api_types'; +import {isSyncExecutionContext} from '../api_types'; import path from 'path'; import {registerBundles} from '../runtime/bootstrap';