Skip to content

Commit e0d20c2

Browse files
committed
chore: fix EditorConfig lint errors (issue #12334)
Pad the `dependencies` entry on `lib/node_modules/@stdlib/math/base/special/coth/manifest.json` line 68 from 7 to 8 spaces, matching the 8-space indent every other array element at the same depth already uses (see sibling `tanh/manifest.json` for precedent).
1 parent cf7b40a commit e0d20c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/math/base/special/coth/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"libraries": [],
6666
"libpath": [],
6767
"dependencies": [
68-
"@stdlib/math/base/special/tanh"
68+
"@stdlib/math/base/special/tanh"
6969
]
7070
}
7171
]

0 commit comments

Comments
 (0)