Skip to content

Commit 1d2dd7b

Browse files
committed
fix: formatting
1 parent 50b31fe commit 1d2dd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/components/ProjectSettingsMenuAction.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
});
3232
3333
shortcutService.on('open-in-finder', () => {
34-
const path = `file://${project.path}`;
34+
const path = `file://${project.path}`;
3535
openExternalUrl(path);
3636
});
3737

0 commit comments

Comments
 (0)