Skip to content

Commit d97ef10

Browse files
committed
chore: fixed C lint errors
1 parent 0f5ac00 commit d97ef10

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
*/
1818

1919
'use strict';
20-
2120
/**
2221
* Plugin to list package names.
2322
*
2423
* @module @stdlib/_tools/makie/plugins/makie-list-pkgs-names
2524
*
2625
* @example
27-
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs-names' );
2826
* var makie = require( '@stdlib/_tools/makie' );
27+
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs-names' );
28+
*
2929
* var opts = {
3030
* 'plugins': {
3131
* 'benchmark': plugin
3232
* }
3333
* };
34-
*
34+
*/
3535
* // Execute the `benchmark` command:
3636
* makie( '/home/stdlib-js/stdlib', opts, 'benchmark' );
3737
*/

0 commit comments

Comments
 (0)