Skip to content

Commit 747e9f9

Browse files
authored
chore: apply suggestion from code review
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 7f85fe7 commit 747e9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/filled2d/benchmark/benchmark.size.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function main() {
9090
N = floor( sqrt( pow( 10, i ) ) );
9191

9292
f = createBenchmark( N );
93-
bench( format( '%s::square_matrix:size=%d', pkg, (N*N) ), f );
93+
bench( format( '%s::square_matrix:size=%d', pkg, N*N ), f );
9494
}
9595
}
9696

0 commit comments

Comments
 (0)