Skip to content

Commit 02c2a31

Browse files
authored
chore: fix indentation
1 parent e6bacfa commit 02c2a31

File tree

1 file changed

+73
-73
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bernoulli/quantile

1 file changed

+73
-73
lines changed
Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
11
{
2-
"options": {
2+
"options": {
3+
"task": "build",
4+
"wasm": false
5+
},
6+
"fields": [
7+
{
8+
"field": "src",
9+
"resolve": true,
10+
"relative": true
11+
},
12+
{
13+
"field": "include",
14+
"resolve": true,
15+
"relative": true
16+
},
17+
{
18+
"field": "libraries",
19+
"resolve": false,
20+
"relative": false
21+
},
22+
{
23+
"field": "libpath",
24+
"resolve": true,
25+
"relative": false
26+
}
27+
],
28+
"confs": [
29+
{
330
"task": "build",
4-
"wasm": false
31+
"wasm": false,
32+
"src": [
33+
"./src/main.c"
34+
],
35+
"include": [
36+
"./include"
37+
],
38+
"libraries": [],
39+
"libpath": [],
40+
"dependencies": [
41+
"@stdlib/math/base/napi/binary",
42+
"@stdlib/math/base/assert/is-nan"
43+
]
44+
},
45+
{
46+
"task": "benchmark",
47+
"wasm": false,
48+
"src": [
49+
"./src/main.c"
50+
],
51+
"include": [
52+
"./include"
53+
],
54+
"libraries": [],
55+
"libpath": [],
56+
"dependencies": [
57+
"@stdlib/math/base/assert/is-nan"
58+
]
559
},
6-
"fields": [
7-
{
8-
"field": "src",
9-
"resolve": true,
10-
"relative": true
11-
},
12-
{
13-
"field": "include",
14-
"resolve": true,
15-
"relative": true
16-
},
17-
{
18-
"field": "libraries",
19-
"resolve": false,
20-
"relative": false
21-
},
22-
{
23-
"field": "libpath",
24-
"resolve": true,
25-
"relative": false
26-
}
27-
],
28-
"confs": [
29-
{
30-
"task": "build",
31-
"wasm": false,
32-
"src": [
33-
"./src/main.c"
34-
],
35-
"include": [
36-
"./include"
37-
],
38-
"libraries": [],
39-
"libpath": [],
40-
"dependencies": [
41-
"@stdlib/math/base/napi/binary",
42-
"@stdlib/math/base/assert/is-nan"
43-
]
44-
},
45-
{
46-
"task": "benchmark",
47-
"wasm": false,
48-
"src": [
49-
"./src/main.c"
50-
],
51-
"include": [
52-
"./include"
53-
],
54-
"libraries": [],
55-
"libpath": [],
56-
"dependencies": [
57-
"@stdlib/math/base/assert/is-nan"
58-
]
59-
},
60-
{
61-
"task": "examples",
62-
"wasm": false,
63-
"src": [
64-
"./src/main.c"
65-
],
66-
"include": [
67-
"./include"
68-
],
69-
"libraries": [],
70-
"libpath": [],
71-
"dependencies": [
72-
"@stdlib/math/base/assert/is-nan"
73-
]
74-
}
75-
]
76-
}
60+
{
61+
"task": "examples",
62+
"wasm": false,
63+
"src": [
64+
"./src/main.c"
65+
],
66+
"include": [
67+
"./include"
68+
],
69+
"libraries": [],
70+
"libpath": [],
71+
"dependencies": [
72+
"@stdlib/math/base/assert/is-nan"
73+
]
74+
}
75+
]
76+
}

0 commit comments

Comments
 (0)