Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a24eca

Browse files
chore: fix formatting
1 parent fc006d3 commit 8a24eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/tests/rules/no-unnecessary-type-parameters.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ class Joiner {
17241724
return els.map(el => '' + el).join(',');
17251725
}
17261726
}
1727-
`,
1727+
`,
17281728
errors: [
17291729
{
17301730
data: { descriptor: 'function', name: 'T', uses: 'used only once' },

0 commit comments

Comments
 (0)