Skip to content

Commit

Permalink
docs: remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 31, 2024
1 parent 4e6b2eb commit 22c4d29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { typedndarray } from '@stdlib/types/ndarray';

/**
* Callback invoked for each ndarray element.
*
*/
type Nullary<U> = ( this: U ) => void;

Expand Down

1 comment on commit 22c4d29

@stdlib-bot
Copy link
Contributor

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
ndarray/base/for-each $\color{red}3993/8525$
$\color{green}+46.84\%$
$\color{green}44/44$
$\color{green}+100.00\%$
$\color{red}0/43$
$\color{green}+0.00\%$
$\color{red}3993/8525$
$\color{green}+46.84\%$

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

Please sign in to comment.