Skip to content

Commit

Permalink
Fix lint error (#3137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoleda-codaio authored Dec 23, 2024
1 parent 2d135fa commit 3a5950d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ivm_helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 3a5950d

Please sign in to comment.