Skip to content

Commit 726e8fd

Browse files
authored
style: add missing spaces
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6e7f9a9 commit 726e8fd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base/pop/benchmark

lib/node_modules/@stdlib/ndarray/base/pop/benchmark/benchmark.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ bench( pkg+'::1d', function benchmark( b ) {
3737
/* eslint-disable object-curly-newline */
3838

3939
values = [
40-
empty( [ 2 ], { 'dtype': 'float64' }),
41-
empty( [ 2 ], { 'dtype': 'float32' }),
42-
empty( [ 2 ], { 'dtype': 'int32' }),
43-
empty( [ 2 ], { 'dtype': 'complex128' }),
44-
empty( [ 2 ], { 'dtype': 'generic' })
40+
empty( [ 2 ], { 'dtype': 'float64' } ),
41+
empty( [ 2 ], { 'dtype': 'float32' } ),
42+
empty( [ 2 ], { 'dtype': 'int32' } ),
43+
empty( [ 2 ], { 'dtype': 'complex128' } ),
44+
empty( [ 2 ], { 'dtype': 'generic' } )
4545
];
4646

4747
/* eslint-enable object-curly-newline */

0 commit comments

Comments
 (0)