Skip to content

Commit 03295f9

Browse files
authored
chore: add indentation
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent e88270b commit 03295f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dtbmv/test/fixtures/row_major_l_t_nu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
[ 0.0, 5.0, 3.0 ]
1919
],
2020
"x": [ 1.0, 2.0, 3.0 ],
21-
"x_out": [8.0, 23.0, 0.0 ]
21+
"x_out": [ 8.0, 23.0, 0.0 ]
2222
}

0 commit comments

Comments
 (0)