Skip to content

Commit 633f3f9

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 1a22661 commit 633f3f9

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-variables/lib/remove-unused

1 file changed

+1
-1
lines changed

packages/plugin-variables/lib/remove-unused/fixture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const handler = {
3131
/* c8 ignore start */
3232
if (!obj[prop])
3333
throw Error(`"${prop}" not found!`);
34-
/* c8 ignore end */
3534

35+
/* c8 ignore end */
3636
return obj[prop];
3737
},
3838
};

0 commit comments

Comments
 (0)