Skip to content

Commit 210a1a7

Browse files
author
ci-bot
committed
linting
1 parent 82b2597 commit 210a1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/learneth/src/redux/models/remixide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const ensureLearnethWorkspace = async (remixClient) => {
1919
return remixClient.call('filePanel', 'switchToWorkspace', { name: learnethWorkspaceName, isLocalHost: false })
2020
} catch (err) {
2121
console.error('Error ensuring learneth workspace:', err)
22-
}
22+
}
2323
}
2424

2525
function getFilePath(file: string): string {

0 commit comments

Comments
 (0)