Skip to content

Commit a372729

Browse files
authored
style: remove empty line
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6cc60a3 commit a372729

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/array/base/at/docs/types

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/array/base/at/docs/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ import { Collection, AccessorArrayLike, Complex128Array, Complex64Array } from '
4343
*
4444
* v = at( x, -2 );
4545
* // returns <Complex128>[ 5.0, 6.0 ]
46-
*
4746
*/
4847
declare function at( x: Complex128Array, index: number ): Complex128 | void;
4948

0 commit comments

Comments
 (0)