Skip to content

Commit f70daea

Browse files
committed
Add missing empty lines
1 parent a23268f commit f70daea

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

lib/node_modules/@stdlib/assert/tools/array-function/lib/arrayfcn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function arrayfcn( predicate ) {
3333
throw new TypeError( 'invalid input argument. Must provide a function. Value: `' + predicate + '`.' );
3434
}
3535
return every;
36+
3637
/**
3738
* Tests if every element in an array passes a test condition.
3839
*

lib/node_modules/@stdlib/assert/tools/array-like-function/lib/arraylikefcn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function arraylikefcn( predicate ) {
3333
throw new TypeError( 'invalid input argument. Must provide a function. Value: `' + predicate + '`.' );
3434
}
3535
return every;
36+
3637
/**
3738
* Tests if every element in an array-like object passes a test condition.
3839
*

lib/node_modules/@stdlib/assert/tools/typed-array-function/lib/typedarrayfcn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function typedarrayfcn( predicate ) {
3333
throw new TypeError( 'invalid input argument. Must provide a function. Value: `' + predicate + '`.' );
3434
}
3535
return every;
36+
3637
/**
3738
* Tests if every element in a typed array passes a test condition.
3839
*

0 commit comments

Comments
 (0)