Skip to content

Commit aa4415c

Browse files
schnrjkgryte
andauthored
chore: fix JavaScript lint errors
PR-URL: #7040 Closes: #7031 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 295552a commit aa4415c

File tree

1 file changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/_tools/makie/plugins/makie-list-pkgs/lib

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/_tools/makie/plugins/makie-list-pkgs/lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
* @module @stdlib/_tools/makie/plugins/makie-list-pkgs
2525
*
2626
* @example
27-
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs' );
2827
* var makie = require( '@stdlib/_tools/makie' );
28+
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs' );
29+
*
2930
* var opts = {
3031
* 'plugins': {
3132
* 'benchmark': plugin

0 commit comments

Comments
 (0)