Skip to content

Commit fa60d2c

Browse files
committed
fix styles
1 parent dc2ae0d commit fa60d2c

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
@@ -12,7 +12,7 @@ export function* clearContext(workspaceLocation: WorkspaceLocation, entrypointCo
1212
const {
1313
context: { chapter, externalSymbols: symbols, variant, languageOptions },
1414
externalLibrary: externalLibraryName,
15-
globals,
15+
globals
1616
} = yield* selectWorkspace(workspaceLocation);
1717

1818
const library = {

0 commit comments

Comments
 (0)