Skip to content

Commit b8734ce

Browse files
committed
lint
1 parent e6f2cee commit b8734ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/remix-ide/src/app/files/electronProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class ElectronProvider extends FileProvider {
7373
}
7474
}
7575

76-
/**
76+
/**
7777
* copy the folder recursively (internal use)
7878
* @param {string} path is the folder to be copied over
7979
* @param {Function} visitFile is a function called for each visited files

apps/remix-ide/src/app/plugins/remix-templates.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export class TemplatesPlugin extends Plugin {
4444
this.call('electronTemplates', 'addToCurrentElectronFolder', files)
4545
}
4646

47-
4847
async loadTemplateInNewWindow(template: string, opts?: any) {
4948
const metadata = TEMPLATE_METADATA[template]
5049
if (metadata) {

0 commit comments

Comments
 (0)