Skip to content

Commit

Permalink
style: Fix lint/formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent 62ef7cc commit b30a974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/rikaicontent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ class RcxContent {
// b
const rikaichan = (ev.currentTarget! as Window).rikaichan!;
// For some reason it claims it can be const even though it's decremented.
// eslint-disable-next-line prefer-const

let ofs = rikaichan.uofs;
for (i = 50; i > 0; --i) {
rikaichan.uofs = --ofs!;
Expand Down

0 comments on commit b30a974

Please sign in to comment.