Skip to content

Commit a366de5

Browse files
authored
style: add missing spaces
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent f423369 commit a366de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/take/benchmark/benchmark.length.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function main() {
9292
for ( i = min; i <= max; i++ ) {
9393
len = pow( 10, i );
9494
f = createBenchmark( len );
95-
bench( format( '%s:len=%d', pkg, len), f);
95+
bench( format( '%s:len=%d', pkg, len ), f );
9696
}
9797
}
9898

0 commit comments

Comments
 (0)