Skip to content

Commit

Permalink
style: fix indentation
Browse files Browse the repository at this point in the history
Ref: #1861
  • Loading branch information
kgryte committed Mar 21, 2024
1 parent 3f41f14 commit f25615d
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions lib/node_modules/@stdlib/blas/ext/base/dssum/manifest.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"options": {
"options": {
"task": "build"
},
"fields": [
{
"field": "src",
"resolve": true,
"relative": true
},
{
"field": "include",
"resolve": true,
"relative": true
},
{
"field": "libraries",
"resolve": false,
"relative": false
},
{
"field": "libpath",
"resolve": true,
"relative": false
}
],
"confs": [
"fields": [
{
"field": "src",
"resolve": true,
"relative": true
},
{
"field": "include",
"resolve": true,
"relative": true
},
{
"field": "libraries",
"resolve": false,
"relative": false
},
{
"field": "libpath",
"resolve": true,
"relative": false
}
],
"confs": [
{
"task": "build",
"src": [
Expand All @@ -48,20 +48,20 @@
},
{
"task": "benchmark",
"src": [
"./src/dssum.c"
],
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libpath": [],
"dependencies": [
"@stdlib/blas/ext/base/dssumpw"
]
},
"src": [
"./src/dssum.c"
],
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libpath": [],
"dependencies": [
"@stdlib/blas/ext/base/dssumpw"
]
},
{
"task": "examples",
"src": [
Expand All @@ -78,5 +78,5 @@
"@stdlib/blas/ext/base/dssumpw"
]
}
]
]
}

1 comment on commit f25615d

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
blas/ext/base/dssum $\color{red}343/355$
$\color{green}+96.62\%$
$\color{green}11/11$
$\color{green}+100.00\%$
$\color{red}2/4$
$\color{green}+50.00\%$
$\color{red}343/355$
$\color{green}+96.62\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.