Skip to content

Commit abcc0bd

Browse files
committed
format
1 parent 57697a9 commit abcc0bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/assessment/assessmentShape.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ type ExternalLibrary = {
164164
symbols: string[];
165165
};
166166

167-
export type Variant = 'lazy' | 'non-det' | 'default'
167+
export type Variant = 'lazy' | 'non-det' | 'default';
168168

169169
export type Library = {
170170
chapter: number;

src/sagas/workspaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export default function* workspaceSaga(): SagaIterator {
275275
const oldChapter = yield select(
276276
(state: IState) => (state.workspaces[workspaceLocation] as IWorkspaceState).context.chapter
277277
);
278-
278+
279279
const symbols: string[] = yield select(
280280
(state: IState) =>
281281
(state.workspaces[workspaceLocation] as IWorkspaceState).context.externalSymbols

0 commit comments

Comments
 (0)