Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored Feb 12, 2025
1 parent 0b1adf7 commit 7975774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide/src/blockchain/providers/injected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ export class InjectedProvider {
.catch(error => cb(error, bytesToHex(messageHash), undefined))
} catch (e) {
cb(e.message)
}
}
}
}

0 comments on commit 7975774

Please sign in to comment.