Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Dec 20, 2024
1 parent ac044e0 commit 0fe8a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide/src/blockchain/blockchain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class Blockchain extends Plugin {
this.call('config', 'setAppParameter', 'settings/pinned-providers', JSON.stringify(this.pinnedProviders))
_paq.push(['trackEvent', 'blockchain', 'providerPinned', name])
this.emit('providersChanged')
this.changeExecutionContext({context: name}, null, null, null)
this.changeExecutionContext({ context: name }, null, null, null)
this.call('notification', 'toast', `VM state ${providerName} forked and selected as current envionment.`)
})

Expand Down

0 comments on commit 0fe8a69

Please sign in to comment.