Skip to content

Commit d6d2f4f

Browse files
ci-botyann300
authored andcommitted
linting
1 parent 7f68e9c commit d6d2f4f

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)