Skip to content

Commit f56d3fc

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

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,22 @@
1717
*/
1818

1919
'use strict';
20+
2021
/**
2122
* Plugin to list package names.
2223
*
2324
* @module @stdlib/_tools/makie/plugins/makie-list-pkgs-names
2425
*
2526
* @example
26-
* var makie = require( '@stdlib/_tools/makie' );
2727
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs-names' );
28+
* var makie = require( '@stdlib/_tools/makie' );
2829
*
2930
* var opts = {
3031
* 'plugins': {
3132
* 'benchmark': plugin
3233
* }
3334
* };
34-
*/
35+
*
3536
* // Execute the `benchmark` command:
3637
* makie( '/home/stdlib-js/stdlib', opts, 'benchmark' );
3738
*/
@@ -40,7 +41,6 @@
4041

4142
var main = require( './main.js' );
4243

43-
4444
// EXPORTS //
4545

4646
module.exports = main;

0 commit comments

Comments
 (0)