Skip to content

Commit

Permalink
Update packages/eslint-plugin/tests/rules/explicit-function-return-ty…
Browse files Browse the repository at this point in the history
…pe.test.ts
  • Loading branch information
JoshuaKGoldberg committed Feb 12, 2023
1 parent 1c702dc commit f18a367
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -639,7 +639,7 @@ const foo = (() => {
code: `
const foo = ((arg: number): number => {
return arg;
})();
})(0);
`,
options: [
{
Expand Down

0 comments on commit f18a367

Please sign in to comment.