Skip to content

Commit 27807c5

Browse files
authored
style: address lint failure
Signed-off-by: Athan <[email protected]>
1 parent 08b8b96 commit 27807c5

File tree

1 file changed

+8
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/cceil

1 file changed

+8
-2
lines changed

lib/node_modules/@stdlib/math/base/special/cceil/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,14 @@
8989
"rand": {
9090
"prng": "random/base/uniform",
9191
"parameters": [
92-
[ -10, 10 ],
93-
[ -10, 10 ]
92+
[
93+
-10,
94+
10
95+
],
96+
[
97+
-10,
98+
10
99+
]
94100
]
95101
},
96102
"example_values": [

0 commit comments

Comments
 (0)