Skip to content

Commit de7f81a

Browse files
chore: fix JavaScript lint errors
PR-URL: #8261 Closes: #8260 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent dfb6f91 commit de7f81a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/try-require/test/fixtures

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/try-require/test/fixtures/object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ var obj = {
2222
'beep': 'boop'
2323
};
2424

25-
throw obj; // eslint-disable-line no-throw-literal
25+
throw obj;

0 commit comments

Comments
 (0)