mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Satisfy eslint
This commit is contained in:
parent
e269fe73da
commit
09819d4e7d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export const htmlanki = {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const noop = () => {
|
const noop = (): void => {
|
||||||
/* noop */
|
/* noop */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue