Skip to content

Commit 80fb571

Browse files
committed
fix: remove trailing commas
1 parent f25615d commit 80fb571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/dssum/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"dependencies": [
4141
"@stdlib/blas/ext/base/dssumpw",
4242
"@stdlib/napi/argv",
43-
"@stdlib/napi/export",,
44-
"@stdlib/napi/argv-int64",,
43+
"@stdlib/napi/export",
44+
"@stdlib/napi/argv-int64",
4545
"@stdlib/napi/argv-strided-float32array",
4646

4747
]

0 commit comments

Comments
 (0)