Skip to content

Commit 06305fc

Browse files
authored
style: add space
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 823932c commit 06305fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/array/base/take-indexed/benchmark

lib/node_modules/@stdlib/array/base/take-indexed/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var take = require( './../lib' );
3030

3131
// MAIN //
3232

33-
bench( format( '%s::copy:len=%d', pkg, 100), function benchmark( b ) {
33+
bench( format( '%s::copy:len=%d', pkg, 100 ), function benchmark( b ) {
3434
var x;
3535
var i;
3636
var v;

0 commit comments

Comments
 (0)