Skip to content

Commit 84fc1b6

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 4b23656 commit 84fc1b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/base/wasm/scasum/benchmark/benchmark.module.main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ function createBenchmark( len ) {
8888
// Define a pointer (i.e., byte offset) for storing the input vector:
8989
xptr = 0;
9090

91-
// Generate an array of random complex numbers:
9291
// Generate an array of random complex numbers:
9392
x = new Complex64Array( uniform( N, -10.0, 10.0, options ) );
9493

0 commit comments

Comments
 (0)