Skip to content

Commit 25689b0

Browse files
authored
style: add spaces
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6211e84 commit 25689b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/array/base/take2d/benchmark

lib/node_modules/@stdlib/array/base/take2d/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function main() {
105105
N = floor( pow( pow( 10, i ), 1.0/2.0 ) );
106106
shape = [ N, N ];
107107
f = createBenchmark( shape );
108-
bench( format( '%s::square_matrix,unsorted_indices:size=%d,num_indices=%d', pkg, numel(shape), N ), f );
108+
bench( format( '%s::square_matrix,unsorted_indices:size=%d,num_indices=%d', pkg, numel( shape ), N ), f );
109109
}
110110
}
111111

0 commit comments

Comments
 (0)