Skip to content

Commit 736e165

Browse files
authored
fix: address JavaScript lint errors
PR-URL: #5946 Closes: #5934 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: the_deeppp <[email protected]>
1 parent 9ecb767 commit 736e165

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* @module @stdlib/_tools/makie/plugins/makie-list-pkgs-names
2525
*
2626
* @example
27-
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs-names' );
2827
* var makie = require( '@stdlib/_tools/makie' );
28+
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs-names' );
2929
* var opts = {
3030
* 'plugins': {
3131
* 'benchmark': plugin

0 commit comments

Comments
 (0)