diff --git a/src/app/files/remixd-handle.js b/src/app/files/remixd-handle.js index 1958872ce4..40a6ae3afd 100644 --- a/src/app/files/remixd-handle.js +++ b/src/app/files/remixd-handle.js @@ -43,7 +43,7 @@ export class RemixdHandle { this.connectToLocalhost() } - /** + /** * connect to localhost if no connection and render the explorer * disconnect from localhost if connected and remove the explorer * @@ -65,7 +65,8 @@ export class RemixdHandle { this.fileSystemExplorer.ensureRoot() } }) - }}) + }} + ) } } }