Skip to content

Commit d9f8189

Browse files
committed
chore: fix indentation
--- 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 27bcbf6 commit d9f8189

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/array/base/cuevery-by/lib/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function accessors( x, out, stride, offset, predicate, thisArg ) {
146146
*
147147
* @example
148148
* function isPositive( value ) {
149-
* return ( value > 0 );
149+
* return ( value > 0 );
150150
* }
151151
*
152152
* var x = [ 1, 1, 1, 0, 1 ];

lib/node_modules/@stdlib/array/base/cunone-by-right/lib/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function accessors( x, out, stride, offset, predicate, thisArg ) {
136136
*
137137
* @example
138138
* function fcn( value ) {
139-
* return ( value > 0 );
139+
* return ( value > 0 );
140140
* }
141141
*
142142
* var x = [ 1, 1, 0, 0 ];

lib/node_modules/@stdlib/array/base/cusome-by-right/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* var cusomeByRight = require( '@stdlib/array/base/cusome-by-right' );
4040
*
4141
* function fcn( value ) {
42-
* return ( value > 0 );
42+
* return ( value > 0 );
4343
* }
4444
*
4545
* var x = [ 1, 1, 0, 0, 0 ];

0 commit comments

Comments
 (0)