Skip to content

Commit

Permalink
chore: fix indentation
Browse files Browse the repository at this point in the history
PR-URL: #3003

Signed-off-by: stdlib-bot <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
stdlib-bot authored Oct 13, 2024
1 parent c0a5dbe commit 0c4f656
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions lib/node_modules/@stdlib/iter/cusome-by/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@
],
"keywords": [
"stdlib",
"stdutils",
"stdutil",
"utilities",
"utility",
"utils",
"util",
"test",
"some",
"any",
"every",
"all",
"iterate",
"iterator",
"iter",
"validate",
"predicate",
"cumulative",
"cusome",
"transform"
"stdutils",
"stdutil",
"utilities",
"utility",
"utils",
"util",
"test",
"some",
"any",
"every",
"all",
"iterate",
"iterator",
"iter",
"validate",
"predicate",
"cumulative",
"cusome",
"transform"
]
}

1 comment on commit 0c4f656

@stdlib-bot
Copy link
Contributor Author

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
iter/cusome-by $\color{red}236/239$
$\color{green}+98.74\%$
$\color{red}21/22$
$\color{green}+95.45\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{red}236/239$
$\color{green}+98.74\%$

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

Please sign in to comment.