Skip to content

Commit 115b923

Browse files
authored
style: fix alignment
Signed-off-by: Athan <[email protected]>
1 parent 06b6096 commit 115b923

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/wasm/scnrm2/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/wasm/scnrm2/test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ tape( 'the `main` method supports view offsets', function test( t ) {
158158
-2.0,
159159
-2.0,
160160
2.0, // 2
161-
3.0 // 2
161+
3.0 // 2
162162
]);
163163

164164
x1 = new Complex64Array( x0.buffer, x0.BYTES_PER_ELEMENT*2 ); // start at 3rd element

0 commit comments

Comments
 (0)