Skip to content

Commit 0734467

Browse files
authored
style: add whitespace
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 5fccca1 commit 0734467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gjoin/examples

lib/node_modules/@stdlib/blas/ext/base/ndarray/gjoin/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ console.log( ndarray2array( x ) );
3434
var separator = scalar2ndarray( ',', {
3535
'dtype': 'generic'
3636
});
37-
console.log( 'Separator:', ndarraylike2scalar( separator ) );
37+
console.log( 'Separator: ', ndarraylike2scalar( separator ) );
3838

3939
var out = gjoin( [ x, separator ] );
4040
console.log( out );

0 commit comments

Comments
 (0)