Skip to content

Commit c026135

Browse files
authored
style: remove empty line
PR-URL: #9507 Reviewed-by: Athan Reines <[email protected]>
1 parent 873beeb commit c026135

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/dnanmskmax/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ The function has the following parameters:
6161

6262
If a `mask` array element is `0`, the corresponding element in the input ndarray is considered valid and **included** in computation. If a `mask` array element is `1`, the corresponding element in the input ndarray is considered invalid/missing and **excluded** from computation.
6363

64-
6564
</section>
6665

6766
<!-- /.usage -->

0 commit comments

Comments
 (0)