Skip to content

Commit d583a96

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

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.module.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ tape( 'a module instance has an `ndarray` method which supports an `x` offset',
197197
-2.0,
198198
-2.0,
199199
2.0, // 2
200-
3.0 // 2
200+
3.0 // 2
201201
]));
202202

203203
nrm2 = mod.ndarray( 2, xp, 2, 2 );

0 commit comments

Comments
 (0)