Skip to content

Commit 90b7df1

Browse files
authored
style: remove empty line
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 0f4b62a commit 90b7df1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/array/base/resolve-getter/docs/types

lib/node_modules/@stdlib/array/base/resolve-getter/docs/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ declare function resolveGetter( x: Float32Array ): GetFloat32;
197197
* var get = resolveGetter( arr );
198198
* var v = get( arr, 1 );
199199
* // returns <Complex128>[ 3.0, 4.0 ]
200-
*
201200
*/
202201
declare function resolveGetter( x: Complex128Array ): GetComplex128;
203202

0 commit comments

Comments
 (0)