Skip to content

Commit a7c9c05

Browse files
committed
linting
1 parent 77925a0 commit a7c9c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/panels/file-panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module.exports = class Filepanel extends ViewPlugin {
209209
if (await this.workspaceExists(workspaceName)) throw new Error('workspace already exists')
210210
const browserProvider = this._deps.fileProviders.browser
211211
const workspacesPath = this._deps.fileProviders.workspace.workspacesPath
212-
browserProvider.rename('browser/' + workspacesPath + '/' + oldName, 'browser/' + workspacesPath + '/' + workspaceName, true)
212+
browserProvider.rename('browser/' + workspacesPath + '/' + oldName, 'browser/' + workspacesPath + '/' + workspaceName, true)
213213
}
214214

215215
/** these are called by the react component, action is already finished whent it's called */

0 commit comments

Comments
 (0)