Skip to content

Commit 6feb08f

Browse files
committed
style: fix missing space
1 parent 486e0d4 commit 6feb08f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/bool/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/bool/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function isBooleanArray( value ) {
7878
* @returns {boolean} boolean indicating if a value is a boolean typed array constructor
7979
*/
8080
function isBooleanArrayConstructor( value ) {
81-
return ( value === BooleanArray);
81+
return ( value === BooleanArray );
8282
}
8383

8484

0 commit comments

Comments
 (0)