Skip to content

Commit eb1b1c5

Browse files
committed
linting
1 parent c7b62af commit eb1b1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/providers/injected-custom-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class InjectedCustomProvider extends InjectedProviderDefault {
2222
this.listenerChainChanged = (chainId: number) => {
2323
if (chainId !== parseInt(this.chainId)) {
2424
this.call('blockchain', 'changeExecutionContext', { context: this.parent })
25-
}
25+
}
2626
}
2727
}
2828

0 commit comments

Comments
 (0)