Skip to content

Commit badc99c

Browse files
authored
style: align comment
Signed-off-by: Athan <[email protected]>
1 parent 4e32e97 commit badc99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ tape( 'the `ndarray` method supports an `offset` parameter', function test( t )
141141
-2.0,
142142
-2.0,
143143
2.0, // 2
144-
3.0 // 2
144+
3.0 // 2
145145
]);
146146

147147
nrm2 = scnrm2.ndarray( 2, x, 2, 2 );

0 commit comments

Comments
 (0)