Skip to content

Commit 22c4d29

Browse files
committed
docs: remove blank line
1 parent 4e6b2eb commit 22c4d29

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/for-each/docs/types

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/for-each/docs/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { typedndarray } from '@stdlib/types/ndarray';
2525

2626
/**
2727
* Callback invoked for each ndarray element.
28-
*
2928
*/
3029
type Nullary<U> = ( this: U ) => void;
3130

0 commit comments

Comments
 (0)