Skip to content

Commit 7ca88a3

Browse files
chore: fix EditorConfig lint errors #6992
Signed-off-by: Lalit Narayan Yadav <[email protected]>
1 parent cfc4797 commit 7ca88a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/sgemm/test/fixtures/ca_cb_cc_nta_ntb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"C": [ 1.0, 5.0, 2.0, 6.0, 3.0, 7.0, 4.0, 8.0 ],
1818
"strideC1": 1,
1919
"strideC2": 2,
20-
"offsetC": 0,
20+
"offsetC": 0,
2121
"C_out": [ 7.0, 20.0, 8.0, 21.0, 9.0, 22.0, 10.0, 23.0 ]
2222
}

0 commit comments

Comments
 (0)