Skip to content

Commit a01227a

Browse files
committed
fix styles
1 parent 3577fe4 commit a01227a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/sagas/WorkspaceSaga/helpers/clearContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import type { Context } from 'js-slang';
22
import { defineSymbol } from 'js-slang/dist/createContext';
33
import { LanguageOptions, Variant } from 'js-slang/dist/types';
44
import { put, select, take } from 'redux-saga/effects';
5+
import { ExternalLibraryName } from 'src/commons/application/types/ExternalTypes';
56
import WorkspaceActions from 'src/commons/workspace/WorkspaceActions';
67

78
import type { OverallState } from '../../../application/ApplicationTypes';
89
import { actions } from '../../../utils/ActionsHelper';
910
import type { WorkspaceLocation } from '../../../workspace/WorkspaceTypes';
10-
import { ExternalLibraryName } from 'src/commons/application/types/ExternalTypes';
1111

1212
export function* clearContext(workspaceLocation: WorkspaceLocation, entrypointCode: string) {
1313
const [chapter, symbols, externalLibraryName, globals, variant, languageOptions]: [

0 commit comments

Comments
 (0)