Skip to content

Commit 4c33ef4

Browse files
committed
chore: re-order requires
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 20ae685 commit 4c33ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/_tools/makie/makie/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/makie
2525
*
2626
* @example
27-
* var makie = require( '@stdlib/_tools/makie/makie' );
2827
* var spawn = require( 'child_process' ).spawn;
28+
* var makie = require( '@stdlib/_tools/makie/makie' );
2929
*
3030
* function plugin( dirpath, cwd, subpath ) {
3131
* var proc = spawn( 'make', [], 'test' );

lib/node_modules/@stdlib/utils/push/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* @module @stdlib/utils/push
2525
*
2626
* @example
27-
* var push = require( '@stdlib/utils/push' );
2827
* var Float64Array = require( '@stdlib/array/float64' );
28+
* var push = require( '@stdlib/utils/push' );
2929
*
3030
* var arr = [ 1.0, 2.0, 3.0, 4.0, 5.0 ];
3131
*

0 commit comments

Comments
 (0)