Skip to content

Commit c5f1102

Browse files
authored
style: fix indentation
Signed-off-by: Athan <[email protected]>
1 parent c879d57 commit c5f1102

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/blas/ext/find-index/docs/types

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/blas/ext/find-index/docs/types/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ interface FindIndex {
112112
/**
113113
* Returns the first index of an element along an ndarray dimension which passes a test implemented by a predicate function.
114114
*
115-
* ## Notes
115+
* ## Notes
116116
*
117117
* - If no element along an ndarray dimension passes a test implemented by the predicate function, the corresponding element in the returned ndarray is `-1`.
118118
*
@@ -141,7 +141,7 @@ interface FindIndex {
141141
/**
142142
* Returns the first index of an element along an ndarray dimension which passes a test implemented by a predicate function.
143143
*
144-
* ## Notes
144+
* ## Notes
145145
*
146146
* - If no element along an ndarray dimension passes a test implemented by the predicate function, the corresponding element in the returned ndarray is `-1`.
147147
*
@@ -171,7 +171,7 @@ interface FindIndex {
171171
/**
172172
* Returns the first index of an element along an ndarray dimension which passes a test implemented by a predicate function and assigns results to a provided output ndarray.
173173
*
174-
* ## Notes
174+
* ## Notes
175175
*
176176
* - If no element along an ndarray dimension passes a test implemented by the predicate function, the corresponding element in the returned ndarray is `-1`.
177177
*
@@ -206,7 +206,7 @@ interface FindIndex {
206206
/**
207207
* Returns the first index of an element along an ndarray dimension which passes a test implemented by a predicate function and assigns results to a provided output ndarray.
208208
*
209-
* ## Notes
209+
* ## Notes
210210
*
211211
* - If no element along an ndarray dimension passes a test implemented by the predicate function, the corresponding element in the returned ndarray is `-1`.
212212
*

0 commit comments

Comments
 (0)