Skip to content
24 changes: 12 additions & 12 deletions lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
{
"options": {},
"fields": [
{
{
Copy link
Member

Choose a reason for hiding this comment

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

You have mixed tabs and spaces. This file should be 2-space indentation.

"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": [
{
{
"src": [
"./src/main.c"
],
Expand All @@ -37,6 +37,6 @@
"@stdlib/constants/float32/exponent-mask",
"@stdlib/number/float32/base/to-word"
]
}
}
]
}
}
Loading